Skip to content

Commit

Permalink
ingress not allow hostname with trailing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
ideahitme committed Apr 6, 2017
1 parent 1ae6188 commit f07cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func testEndpointsFromIngress(t *testing.T) {
ingress: fakeIngress{
dnsnames: []string{"foo.bar"},
ips: []string{"8.8.8.8", "127.0.0.1"},
hostnames: []string{"elb.com.", "alb.com."},
hostnames: []string{"elb.com", "alb.com"},
},
expected: []*endpoint.Endpoint{
{
Expand Down

0 comments on commit f07cd4b

Please sign in to comment.