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{