Skip to content

Commit

Permalink
Set namespace for upstreams in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Sep 10, 2021
1 parent 1183239 commit 90695aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions control-plane/connect-inject/endpoints_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,10 @@ func TestReconcileCreateEndpoint(t *testing.T) {
LocalServicePort: 1234,
Upstreams: []api.Upstream{
{
DestinationType: api.UpstreamDestTypeService,
DestinationName: "upstream1",
LocalBindPort: 1234,
DestinationType: api.UpstreamDestTypeService,
DestinationName: "upstream1",
DestinationNamespace: "default",
LocalBindPort: 1234,
},
},
Config: map[string]interface{}{
Expand Down

0 comments on commit 90695aa

Please sign in to comment.