removing extra TODO

This commit is contained in:
Jaeger Aquila 2023-01-14 17:51:54 -05:00
parent 4ee69f1ed5
commit a8b1241898

View File

@ -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{