Skip to content

Commit 8d79603

Browse files
committed
f
1 parent ed97d9e commit 8d79603

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/crds/backendtrafficpolicy.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ spec:
205205
var beforeEach = func() {
206206
By("create GatewayProxy")
207207
gatewayProxy := fmt.Sprintf(defaultGatewayProxy, framework.DashboardTLSEndpoint, s.AdminKey())
208-
209-
By("create GatewayProxy")
210208
err := s.CreateResourceFromStringWithNamespace(gatewayProxy, "default")
211209
Expect(err).NotTo(HaveOccurred(), "creating GatewayProxy")
212210

0 commit comments

Comments
 (0)