Skip to content

Commit

Permalink
fix string formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 committed Oct 28, 2024
1 parent e8c249e commit a3f8625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func (s *kindSuite) TestKindRun() {

verifyAgentPodLogs(c, output)
}
}, 900*time.Second, 30*time.Second, fmt.Sprintf("could not validate log check on agent pod"))
}, 900*time.Second, 30*time.Second, "could not validate log check on agent pod")

s.EventuallyWithTf(func(c *assert.CollectT) {
verifyAPILogs(s, c)
Expand Down

0 comments on commit a3f8625

Please sign in to comment.