Skip to content

Commit b7fe110

Browse files
committed
Fixed tests for CI
1 parent 59c0d8f commit b7fe110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestClientHost(t *testing.T) {
5555
if err == nil {
5656
t.Fatal(errors.New("need network error"))
5757
}
58-
if !strings.Contains(err.Error(), "dial tcp: lookup no-connect-url.local: no such host") {
58+
if !strings.Contains(err.Error(), "dial tcp: lookup no-connect-url.local") {
5959
t.Fatal(err.Error())
6060
}
6161
}

0 commit comments

Comments
 (0)