Skip to content

Commit

Permalink
Merge pull request #2395 from frankbu/multi-mirrors
Browse files Browse the repository at this point in the history
Fix multiple mirror conformance test
  • Loading branch information
k8s-ci-robot authored Sep 14, 2023
2 parents 759e09e + 3ba04ed commit 78ed734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conformance/tests/httproute-request-multiple-mirrors.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var HTTPRouteRequestMultipleMirrors = suite.ConformanceTest{
},
{
Name: "infra-backend-v3",
Namespace: "another-namespace",
Namespace: ns,
},
},
Namespace: ns,
Expand Down Expand Up @@ -96,7 +96,7 @@ var HTTPRouteRequestMultipleMirrors = suite.ConformanceTest{
},
{
Name: "infra-backend-v3",
Namespace: "another-namespace",
Namespace: ns,
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions conformance/tests/httproute-request-multiple-mirrors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
requestMirror:
backendRef:
name: infra-backend-v3
namespace: another-namespace
namespace: gateway-conformance-infra
port: 8080
backendRefs:
- name: infra-backend-v1
Expand Down Expand Up @@ -55,7 +55,7 @@ spec:
requestMirror:
backendRef:
name: infra-backend-v3
namespace: another-namespace
namespace: gateway-conformance-infra
port: 8080
backendRefs:
- name: infra-backend-v1
Expand Down

0 comments on commit 78ed734

Please sign in to comment.