aboutsummaryrefslogtreecommitdiff
path: root/archive_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'archive_test.go')
-rw-r--r--archive_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/archive_test.go b/archive_test.go
index 7e7d4ff..842b3b3 100644
--- a/archive_test.go
+++ b/archive_test.go
@@ -42,12 +42,3 @@ func TestIsNotIgnored(t *testing.T) {
t.Errorf("Received %t; want %t", ignored, false)
}
}
-
-func TestArchive200(t *testing.T) {
-
- url := "http://example.com/"
- status := archive(url)
- if status != http.StatusOK {
- t.Errorf("Recieved %d; want %d", status, http.StatusOK)
- }
-}