Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shriram Sharma <[email protected]>
  • Loading branch information
shriramsharma committed Aug 22, 2024
1 parent 2b9b8a5 commit 9d0ca04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admiral/pkg/clusters/virtualservice_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ func TestGenerateIngressVirtualServiceForRollout(t *testing.T) {
Labels: vsLabels,
},
Spec: networkingV1Alpha3.VirtualService{
Hosts: []string{"test-env.test-identity.global"},
Hosts: []string{"outbound_.80_._.test-env.test-identity.global"},
Gateways: []string{"istio-system/passthrough-gateway"},
ExportTo: []string{"istio-system"},
Tls: []*networkingV1Alpha3.TLSRoute{
Expand Down Expand Up @@ -2179,7 +2179,7 @@ func TestGenerateIngressVirtualServiceForDeployment(t *testing.T) {
Labels: vsLabels,
},
Spec: networkingV1Alpha3.VirtualService{
Hosts: []string{"test-env.test-identity.global"},
Hosts: []string{"outbound_.80_._.test-env.test-identity.global"},
Gateways: []string{"istio-system/passthrough-gateway"},
ExportTo: []string{"istio-system"},
Tls: []*networkingV1Alpha3.TLSRoute{
Expand Down

0 comments on commit 9d0ca04

Please sign in to comment.