summaryrefslogtreecommitdiff
path: root/test/acceptance_test.go
diff options
context:
space:
mode:
authorClaude Agent <agent@doot.local>2026-03-25 05:17:35 +0000
committerClaude Agent <agent@doot.local>2026-03-25 05:17:35 +0000
commitb58787cfec0bd07abc316c66dc9be6c10b8113c6 (patch)
treee1c788094f51bdab0bce8ad38c8d6638c9079bb9 /test/acceptance_test.go
parent2db5020047640361066510f29f908ca9fd1c99aa (diff)
feat: add Claudomator stories as atom source in Doot tasks tab
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'test/acceptance_test.go')
-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 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()