Skip to content

Commit 2bee071

Browse files
committed
move test
1 parent 030464d commit 2bee071

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/CTS/requests/ingestion/createTask.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"action": "replace",
2626
"notifications": {
2727
"email": {
28-
"enabled": true,
29-
"criticalThreshold": 8
28+
"enabled": true
3029
}
30+
},
31+
"policies": {
32+
"criticalThreshold": 8
3133
}
3234
},
3335
"request": {
@@ -40,9 +42,11 @@
4042
"action": "replace",
4143
"notifications": {
4244
"email": {
43-
"enabled": true,
44-
"criticalThreshold": 8
45+
"enabled": true
4546
}
47+
},
48+
"policies": {
49+
"criticalThreshold": 8
4650
}
4751
}
4852
}

0 commit comments

Comments
 (0)