mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
test(e2e): add Slack MCP backend fake
This commit is contained in:
parent
ef843fd82e
commit
bf23cb2381
2 changed files with 231 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue