Skip to content

Commit c65117b

Browse files
committed
fix syntax
1 parent 70bce5c commit c65117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/nginx/agent/command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ func TestSetInitialConfig_Errors(t *testing.T) {
724724
test.setup(msgr, deployment)
725725
}
726726

727-
err = cs.setInitialConfig(t.Context(, &grpcContext.GrpcInfo{}, deployment, conn, msgr)
727+
err = cs.setInitialConfig(t.Context(), &grpcContext.GrpcInfo{}, deployment, conn, msgr)
728728

729729
g.Expect(err).To(HaveOccurred())
730730
g.Expect(err.Error()).To(ContainSubstring(test.errString))

0 commit comments

Comments
 (0)