test(e2e): add Slack MCP backend fake

This commit is contained in:
Anish Sarkar 2026-05-08 02:24:39 +05:30
parent ef843fd82e
commit bf23cb2381
2 changed files with 231 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"team": {
"id": "T_FAKE_SLACK_TEAM",
"name": "SurfSense E2E Slack Workspace"
},
"channel": {
"id": "C_FAKE_SLACK_CANARY",
"name": "e2e-canary",
"purpose": "SurfSense E2E Slack canary channel"
},
"messages": [
{
"ts": "1715000000.000100",
"user": "U_FAKE_SLACK_USER",
"text": "This Slack message proves the live MCP tool fetched channel content. SURFSENSE_E2E_CANARY_TOKEN_SLACK_001"
}
]
}