diff options
Diffstat (limited to 'deadlinks_test.go')
| -rw-r--r-- | deadlinks_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/deadlinks_test.go b/deadlinks_test.go index 9570f50..519647d 100644 --- a/deadlinks_test.go +++ b/deadlinks_test.go @@ -61,9 +61,6 @@ func TestDeadLinks_Scan(t *testing.T) { }, { Link: testUrl + `/brokenPage`, Code: http.StatusNotFound, - }, { - Link: `https://kilabit.info/brokenPage`, - Code: http.StatusNotFound, }}, testUrl + `/broken.html`: []deadlinks.Broken{{ Link: testUrl + `/brokenPage`, @@ -89,9 +86,6 @@ func TestDeadLinks_Scan(t *testing.T) { }, { Link: testUrl + `/brokenPage`, Code: http.StatusNotFound, - }, { - Link: `https://kilabit.info/brokenPage`, - Code: http.StatusNotFound, }}, testUrl + `/broken.html`: []deadlinks.Broken{{ Link: testUrl + `/brokenPage`, |
