mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 09:12:40 +02:00
test(backend): add Jira MCP E2E fakes
This commit is contained in:
parent
e6297e2e40
commit
369f0aaff3
5 changed files with 206 additions and 26 deletions
15
surfsense_backend/tests/e2e/fakes/fixtures/jira_issues.json
Normal file
15
surfsense_backend/tests/e2e/fakes/fixtures/jira_issues.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"site": {
|
||||
"cloud_id": "fake-jira-cloud-001",
|
||||
"name": "SurfSense E2E Atlassian",
|
||||
"url": "https://surfsense-e2e.atlassian.net"
|
||||
},
|
||||
"issues": [
|
||||
{
|
||||
"id": "fake-jira-issue-canary-001",
|
||||
"key": "E2E-101",
|
||||
"summary": "E2E Canary Jira Issue",
|
||||
"description": "This Jira issue proves live MCP tool calls work end-to-end. SURFSENSE_E2E_CANARY_TOKEN_JIRA_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue