vid-automation selenium tests
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / delete_schedule_not_authorized.json
1 {
2   "simulatorRequest": {
3     "method": "DELETE",
4     "path": "/scheduler/v1/ChangeManagement/schedules/1234"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 401
8   }
9 }