Skip to content

Commit

Permalink
change the test case for the new namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
xu zhao committed Jan 19, 2019
1 parent 2fbc84b commit a4f4cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provisioners/channel_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ func makeVirtualService() *istiov1alpha3.VirtualService {
},
Route: []istiov1alpha3.DestinationWeight{{
Destination: istiov1alpha3.Destination{
Host: fmt.Sprintf("%s-dispatcher.knative-eventing.svc.cluster.local", clusterChannelProvisionerName),
Host: fmt.Sprintf("%s-dispatcher.knative-testing.svc.cluster.local", clusterChannelProvisionerName),
Port: istiov1alpha3.PortSelector{
Number: PortNumber,
},
Expand Down

0 comments on commit a4f4cf5

Please sign in to comment.