Skip to content

Commit

Permalink
Update service_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
btoonk committed Sep 30, 2020
1 parent 55e2680 commit 56e7504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@ func testServiceSourceEndpoints(t *testing.T) {
internalHostnameAnnotationKey: "foo.internal.example.org.",
},
"1.1.1.1",
[]string{},
[]string{"1.2.3.4"},
[]string{},
[]*endpoint.Endpoint{
Expand All @@ -1167,6 +1168,7 @@ func testServiceSourceEndpoints(t *testing.T) {
internalHostnameAnnotationKey: "foo.internal.example.org.",
},
"1.1.1.1",
[]string{},
[]string{"1.2.3.4"},
[]string{},
[]*endpoint.Endpoint{
Expand Down

0 comments on commit 56e7504

Please sign in to comment.