Skip to content

Commit d80ab37

Browse files
committed
fix test
1 parent 83aecaa commit d80ab37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ func verifyConnection(t *testing.T, instancesLength int) string {
541541
pb := protojson.UnmarshalOptions{DiscardUnknown: true}
542542
unmarshalErr := pb.Unmarshal(responseData, &connectionRequest)
543543

544+
t.Logf("Connection response: %v", &connectionRequest)
545+
t.Logf("Error response: %v", unmarshalErr)
546+
t.Logf("status", "", r.StatusCode())
544547
return r.StatusCode() == http.StatusNotFound || unmarshalErr == nil
545548
},
546549
)

0 commit comments

Comments
 (0)