Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/alert_management/mocks/alerts.json')
-rw-r--r--spec/frontend/alert_management/mocks/alerts.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/spec/frontend/alert_management/mocks/alerts.json b/spec/frontend/alert_management/mocks/alerts.json
index f63019d1e5c..fec101a52b4 100644
--- a/spec/frontend/alert_management/mocks/alerts.json
+++ b/spec/frontend/alert_management/mocks/alerts.json
@@ -9,7 +9,8 @@
"endedAt": "2020-04-17T23:18:14.996Z",
"status": "TRIGGERED",
"assignees": { "nodes": [] },
- "notes": { "nodes": [] }
+ "notes": { "nodes": [] },
+ "todos": { "nodes": [] }
},
{
"iid": "1527543",
@@ -37,7 +38,8 @@
"systemNoteIconName": "user"
}
]
- }
+ },
+ "todos": { "nodes": [] }
},
{
"iid": "1527544",
@@ -63,6 +65,7 @@
}
}
]
- }
+ },
+ "todos": { "nodes": [] }
}
]