From a8b1241898d885efad23b38b6b1204d416f910fd Mon Sep 17 00:00:00 2001 From: Jaeger Aquila Date: Sat, 14 Jan 2023 17:51:54 -0500 Subject: [PATCH] removing extra TODO --- persistence/session_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/persistence/session_test.go b/persistence/session_test.go index 98a50cc..038c334 100644 --- a/persistence/session_test.go +++ b/persistence/session_test.go @@ -24,8 +24,6 @@ func TestSaveAndLoadAuthenticatedSession(t *testing.T) { } api := scraper.API{ - // TODO session-saving - // - Fill out some fields here like Cookies and CSRFToken and UserHandle UserHandle: "testUser", IsAuthenticated: true, Client: http.Client{