diff options
Diffstat (limited to 'brokenlinks/brokenlinks_test.go')
| -rw-r--r-- | brokenlinks/brokenlinks_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brokenlinks/brokenlinks_test.go b/brokenlinks/brokenlinks_test.go index 9b176b7..ff9b5d6 100644 --- a/brokenlinks/brokenlinks_test.go +++ b/brokenlinks/brokenlinks_test.go @@ -125,7 +125,7 @@ func TestBrokenlinks(t *testing.T) { opts: brokenlinks.Options{ Url: `127.0.0.1:14594`, }, - expError: `Scan: invalid URL "127.0.0.1:14594"`, + expError: `Scan: Options: invalid URL "127.0.0.1:14594"`, }, { opts: brokenlinks.Options{ Url: `http://127.0.0.1:14594`, |
