diff options
Diffstat (limited to 'brokenlinks_test.go')
| -rw-r--r-- | brokenlinks_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brokenlinks_test.go b/brokenlinks_test.go index b2d5c80..0624e73 100644 --- a/brokenlinks_test.go +++ b/brokenlinks_test.go @@ -43,7 +43,7 @@ func TestBrokenlinks(t *testing.T) { Code: jarink.StatusBadLink, }, { Link: `http:/127.0.0.1:11836`, - Error: `Head "http:/127.0.0.1:11836": http: no Host in request URL`, + Error: `Get "http:/127.0.0.1:11836": http: no Host in request URL`, Code: jarink.StatusBadLink, }, }, |
