diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/acceptance_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acceptance_test.go b/test/acceptance_test.go index e561e98..d4a386b 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, "test", false) + h := handlers.New(db, todoistClient, trelloClient, nil, nil, nil, nil, cfg, "test", false) // Set up router (same as main.go) r := chi.NewRouter() |
