Skip to content

Commit c6a450c

Browse files
committed
f
1 parent 531244d commit c6a450c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

test/e2e/gatewayapi/httproute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ spec:
465465
Status(404)
466466
})
467467

468-
It("Proxy external service", func() {
468+
It("Proxy External Service", func() {
469469
By("create HTTPRoute")
470470
ResourceApplied("HTTPRoute", "httpbin", httprouteWithExternalName, 1)
471471

test/e2e/ingress/ingress.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ spec:
188188
It("Test IngressClass Selection", func() {
189189
By("create GatewayProxy")
190190
gatewayProxy := fmt.Sprintf(gatewayProxyYaml, framework.DashboardTLSEndpoint, s.AdminKey())
191-
192-
By("create GatewayProxy")
193191
err := s.CreateResourceFromStringWithNamespace(gatewayProxy, "default")
194192
Expect(err).NotTo(HaveOccurred(), "creating GatewayProxy")
195193
time.Sleep(5 * time.Second)
@@ -212,11 +210,9 @@ spec:
212210
Status(200)
213211
})
214212

215-
It("Proxy external service", func() {
213+
It("Proxy External Service", func() {
216214
By("create GatewayProxy")
217215
gatewayProxy := fmt.Sprintf(gatewayProxyYaml, framework.DashboardTLSEndpoint, s.AdminKey())
218-
219-
By("create GatewayProxy")
220216
err := s.CreateResourceFromStringWithNamespace(gatewayProxy, "default")
221217
Expect(err).NotTo(HaveOccurred(), "creating GatewayProxy")
222218
time.Sleep(5 * time.Second)

0 commit comments

Comments
 (0)