SurfSense/surfsense_backend/tests/e2e/fakes/fixtures/slack_messages.json
2026-05-08 02:24:39 +05:30

18 lines
449 B
JSON

{
"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"
}
]
}