Skip to content

Commit

Permalink
update the test ns in reconcile_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xu zhao committed Jan 15, 2019
1 parent 58751f6 commit fc3eeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/eventing/inmemory/channel/reconcile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ func makeVirtualService() *istiov1alpha3.VirtualService {
},
Route: []istiov1alpha3.DestinationWeight{{
Destination: istiov1alpha3.Destination{
Host: "in-memory-channel-dispatcher.knative-eventing.svc.cluster.local",
Host: "in-memory-channel-dispatcher.knative-testing.svc.cluster.local",
Port: istiov1alpha3.PortSelector{
Number: util.PortNumber,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ func makeVirtualService() *istiov1alpha3.VirtualService {
},
Route: []istiov1alpha3.DestinationWeight{{
Destination: istiov1alpha3.Destination{
Host: "kafka-provisioner.knative-eventing.svc.cluster.local",
Host: "kafka-provisioner.knative-testing.svc.cluster.local",
Port: istiov1alpha3.PortSelector{
Number: util.PortNumber,
},
Expand Down

0 comments on commit fc3eeb5

Please sign in to comment.