Skip to content

Commit b359d0f

Browse files
committed
gen
1 parent 5689dcd commit b359d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/suites/gke.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (ts *gkeTestSuite) Run(ctx context.Context, t *testing.T) {
148148
}
149149

150150
if deployment.Status.UnavailableReplicas != 1 {
151-
return fmt.Errorf("nginx replica running")
151+
return fmt.Errorf("%v replica running: %v", deployment.Name, deployment.Status.UnavailableReplicas)
152152
}
153153

154154
return nil

0 commit comments

Comments
 (0)