summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/acceptance_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acceptance_test.go b/test/acceptance_test.go
index fb55be4..0bcf974 100644
--- a/test/acceptance_test.go
+++ b/test/acceptance_test.go
@@ -82,7 +82,7 @@ func setupTestServer(t *testing.T) (*httptest.Server, *store.Store, *http.Client
}
// Initialize handlers
- h := handlers.New(db, todoistClient, trelloClient, nil, nil, nil, cfg)
+ h := handlers.New(db, todoistClient, trelloClient, nil, nil, nil, cfg, "test")
// Set up router (same as main.go)
r := chi.NewRouter()