Skip to content

Commit 815ae76

Browse files
fix: test warnings
1 parent 761aebe commit 815ae76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/rest/rest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func TestREST_GetBackendStats(t *testing.T) {
250250
if err := sharedTestCtx.createAuthenticatedRequest("GET", "/stats/backend", &common.Empty{}, &backendStats); err != nil {
251251
t.Fatalf("Failed to get backend stats: %v", err)
252252
}
253-
fmt.Println(backendStats)
253+
fmt.Println(backendStats.String())
254254
}
255255

256256
func TestREST_SyncUser(t *testing.T) {

0 commit comments

Comments
 (0)