Skip to content

Commit

Permalink
Fix typo in E2E test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Nov 21, 2023
1 parent 5487f47 commit bcd83d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func registerFromTestImage(t *testing.T, ctx context.Context) string {
// in a form of "key=value" strings can be appended to the current environment.
// It stops the agent upon cleanup. If the cleanup fails, the testing will be stopped.
//
//nolint:revive // testing.T must precede the contex
//nolint:revive // testing.T must precede the context
func startAgent(t *testing.T, ctx context.Context, arg string, environ ...string) (cleanup func()) {
t.Helper()

Expand Down

0 comments on commit bcd83d7

Please sign in to comment.