Skip to content

Commit 4fdafef

Browse files
committed
fix: httpbinorg
Signed-off-by: ashing <[email protected]>
1 parent 47446fb commit 4fdafef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/gatewayapi/httproute.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ metadata:
372372
name: httpbin-external-domain
373373
spec:
374374
type: ExternalName
375-
externalName: httpbin.org
375+
externalName: postman-echo.com
376376
---
377377
apiVersion: gateway.networking.k8s.io/v1
378378
kind: HTTPRoute
@@ -465,7 +465,7 @@ spec:
465465
Status(404)
466466
})
467467

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

test/e2e/ingress/ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ metadata:
165165
name: httpbin-external-domain
166166
spec:
167167
type: ExternalName
168-
externalName: httpbin.org
168+
externalName: postman-echo.com
169169
---
170170
apiVersion: networking.k8s.io/v1
171171
kind: Ingress

0 commit comments

Comments
 (0)