summaryrefslogtreecommitdiff
path: root/spec/frontend/incidents/mocks/incidents_filter.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/incidents/mocks/incidents_filter.json')
-rw-r--r--spec/frontend/incidents/mocks/incidents_filter.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/frontend/incidents/mocks/incidents_filter.json b/spec/frontend/incidents/mocks/incidents_filter.json
new file mode 100644
index 00000000000..9f54e259b1d
--- /dev/null
+++ b/spec/frontend/incidents/mocks/incidents_filter.json
@@ -0,0 +1,14 @@
+ [
+ {
+ "type": "assignee_username",
+ "value": { "data": "root2" }
+ },
+ {
+ "type": "author_username",
+ "value": { "data": "root" }
+ },
+ {
+ "type": "filtered-search-term",
+ "value": { "data": "bar" }
+ }
+ ] \ No newline at end of file