From ca276b66837ac04bf92de257e5e65d2992f1a547 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 24 Nov 2022 00:55:37 -0700 Subject: archive, keep: send authenticated POST requests to /save/ IA endpoint --- archive_test.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'archive_test.go') 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) - } -} -- cgit v1.2.3-54-g00ecf