Skip to content

Commit

Permalink
chore(tests): make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jun 13, 2024
1 parent cb38a47 commit 93e4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_controlplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ func eventuallyVerifyControlPlaneWebhookIsFunctional(t *testing.T, ctx context.C
ObjectMeta: metav1.ObjectMeta{
GenerateName: "test-ingress-",
Annotations: map[string]string{
"konghq.com/protocols": "invalid",
"konghq.com/protocols": "invalid",
},
},
Spec: netv1.IngressSpec{
Expand Down

0 comments on commit 93e4154

Please sign in to comment.