Refactor logging in model tests for consistency
- Updated log formatting in TestListModels, TestGetModelDetails, and TestModelIDFormat to ensure consistent output structure. - Removed unnecessary blank lines to enhance code readability and maintainability in the test suite.
This commit is contained in:
parent
8b690d37bc
commit
44d2ba4210
1 changed files with 4 additions and 5 deletions
|
|
@ -424,4 +424,3 @@ func TestModelPermissions(t *testing.T) {
|
||||||
t.Log("Permission-based filtering is working")
|
t.Log("Permission-based filtering is working")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue