test(e2e): add ClickUp MCP backend fake

This commit is contained in:
Anish Sarkar 2026-05-08 13:12:34 +05:30
parent 4b347caefc
commit e211028866
5 changed files with 209 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"tasks": [
{
"id": "fake-clickup-task-canary-001",
"name": "E2E Canary ClickUp Task",
"list_name": "SurfSense E2E ClickUp List",
"workspace_id": "fake-clickup-workspace-001",
"workspace_name": "SurfSense E2E ClickUp Workspace",
"status": "open",
"description": "Canary task body containing SURFSENSE_E2E_CANARY_TOKEN_CLICKUP_001"
}
]
}