We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c0d8f commit b7fe110Copy full SHA for b7fe110
client_test.go
@@ -55,7 +55,7 @@ func TestClientHost(t *testing.T) {
55
if err == nil {
56
t.Fatal(errors.New("need network error"))
57
}
58
- if !strings.Contains(err.Error(), "dial tcp: lookup no-connect-url.local: no such host") {
+ if !strings.Contains(err.Error(), "dial tcp: lookup no-connect-url.local") {
59
t.Fatal(err.Error())
60
61
0 commit comments