Skip to content

Commit

Permalink
Try to resolve ipv6 address error in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoyles0117 committed Aug 14, 2019
1 parent 3ad2064 commit ae50bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackdriver/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestEmptyRequest(t *testing.T) {
}

func TestResolver(t *testing.T) {
addressesToTest := []string{"stackdriver.invalid", "2001:db8:"}
addressesToTest := []string{"stackdriver.invalid", "2001:db8::"}
for _, address := range addressesToTest {
grpcServer := grpc.NewServer()
listener := newLocalListener()
Expand Down

0 comments on commit ae50bd2

Please sign in to comment.