Skip to content

Commit

Permalink
Fix missing NegAnnotation in ILB e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerhance authored and code-elinka committed Dec 20, 2022
1 parent 9cec2ca commit 927423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/e2e-test/ilb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func TestILBStaticIP(t *testing.T) {
}
}

_, err := e2e.CreateEchoService(s, "service-1", nil)
_, err := e2e.CreateEchoService(s, "service-1", negAnnotation)
if err != nil {
t.Fatalf("e2e.CreateEchoService(s, service-1, nil) = _, %v; want _, nil", err)
}
Expand Down

0 comments on commit 927423e

Please sign in to comment.