@@ -153,26 +153,33 @@ Feature: On-Call
153153 When the request is sent
154154 Then the response status is 200 OK
155155
156+ @team:DataDog/on-call
157+ Scenario : Get the schedule on-call user returns "OK" response
158+ Given new "GetScheduleOnCallUser" request
159+ And there is a valid "user" in the system
160+ And there is a valid "schedule" in the system
161+ And request contains "schedule_id" parameter from "schedule.data.id"
162+ When the request is sent
163+ Then the response status is 200 OK
164+
156165 @generated @skip @team:DataDog/on-call
157- Scenario : Get the schedule on-call user returns "Bad Request" response
166+ Scenario : Get the scheduled on-call user returns "Bad Request" response
158167 Given new "GetScheduleOnCallUser" request
159168 And request contains "schedule_id" parameter from "REPLACE.ME"
160169 When the request is sent
161170 Then the response status is 400 Bad Request
162171
163172 @generated @skip @team:DataDog/on-call
164- Scenario : Get the schedule on-call user returns "Not Found" response
173+ Scenario : Get the scheduled on-call user returns "Not Found" response
165174 Given new "GetScheduleOnCallUser" request
166175 And request contains "schedule_id" parameter from "REPLACE.ME"
167176 When the request is sent
168177 Then the response status is 404 Not Found
169178
170- @team:DataDog/on-call
171- Scenario : Get the schedule on-call user returns "OK" response
179+ @generated @skip @ team:DataDog/on-call
180+ Scenario : Get the scheduled on-call user returns "OK" response
172181 Given new "GetScheduleOnCallUser" request
173- And there is a valid "user" in the system
174- And there is a valid "schedule" in the system
175- And request contains "schedule_id" parameter from "schedule.data.id"
182+ And request contains "schedule_id" parameter from "REPLACE.ME"
176183 When the request is sent
177184 Then the response status is 200 OK
178185
0 commit comments