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 c1af314 commit e0a8848
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 @@ -456,7 +456,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 e0a8848

Please sign in to comment.