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 e1710bd..a6838f0 100644 --- a/test/acceptance_test.go +++ b/test/acceptance_test.go @@ -81,7 +81,7 @@ func setupTestServer(t *testing.T) (*httptest.Server, *store.Store, *http.Client } // Initialize handlers - h := handlers.New(db, trelloClient, nil, nil, nil, nil, cfg, "test", false) + h := handlers.New(db, trelloClient, nil, nil, nil, nil, nil, cfg, scs.New(), "test", false) // Set up router (same as main.go) r := chi.NewRouter() |
