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:
Max 2025-11-11 16:42:01 +08:00
parent 8b690d37bc
commit 44d2ba4210

View file

@ -424,4 +424,3 @@ func TestModelPermissions(t *testing.T) {
t.Log("Permission-based filtering is working") t.Log("Permission-based filtering is working")
}) })
} }