Skip to content

Commit

Permalink
Update operator_integ_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 committed Dec 18, 2024
1 parent f5648fb commit 292a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integ/operator_integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func verifyOperator(t *testing.T, kubectlOptions *k8s.KubectlOptions) {
output, err := k8s.RunKubectlAndGetOutputE(t, kubectlOptions, "logs", pod.Name)
// assert.NoError(c, err)
// fmt.Sprintf("Operator pod logs: %s", output)
t.Log("Operator pod logs: %s", output)
t.Log(fmt.Sprintf("Operator pod logs: %s", output))
require.NoError(t, err)
}
}
Expand Down

0 comments on commit 292a551

Please sign in to comment.