aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json')
-rw-r--r--vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json b/vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json
new file mode 100644
index 000000000..602a6c6a9
--- /dev/null
+++ b/vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json
@@ -0,0 +1,9 @@
+{
+ "simulatorRequest": {
+ "method": "DELETE",
+ "path": "/scheduler/v1/ChangeManagement/schedules/1234"
+ } ,
+ "simulatorResponse": {
+ "responseCode": 401
+ }
+} \ No newline at end of file