Skip to content

Commit

Permalink
Fix multiple mirror conformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbu committed Sep 14, 2023
1 parent 759e09e commit 3ba04ed
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 3ba04ed

Please sign in to comment.