Skip to content

Commit e47dfa3

Browse files
committed
fix test
1 parent d80ab37 commit e47dfa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ func verifyConnection(t *testing.T, instancesLength int) string {
543543

544544
t.Logf("Connection response: %v", &connectionRequest)
545545
t.Logf("Error response: %v", unmarshalErr)
546-
t.Logf("status", "", r.StatusCode())
546+
t.Logf("status %v", r.StatusCode())
547+
547548
return r.StatusCode() == http.StatusNotFound || unmarshalErr == nil
548549
},
549550
)

0 commit comments

Comments
 (0)