@@ -42,28 +42,32 @@ Feature: DORA Metrics
4242
4343 @generated @skip @team:DataDog/ci-app-backend
4444 Scenario : Get a deployment event returns "Bad Request" response
45- Given new "GetDORADeployment" request
45+ Given a valid "appKeyAuth" key in the system
46+ And new "GetDORADeployment" request
4647 And request contains "deployment_id" parameter from "REPLACE.ME"
4748 When the request is sent
4849 Then the response status is 400 Bad Request
4950
5051 @generated @skip @team:DataDog/ci-app-backend
5152 Scenario : Get a deployment event returns "OK" response
52- Given new "GetDORADeployment" request
53+ Given a valid "appKeyAuth" key in the system
54+ And new "GetDORADeployment" request
5355 And request contains "deployment_id" parameter from "REPLACE.ME"
5456 When the request is sent
5557 Then the response status is 200 OK
5658
5759 @generated @skip @team:DataDog/ci-app-backend
5860 Scenario : Get a failure event returns "Bad Request" response
59- Given new "GetDORAFailure" request
61+ Given a valid "appKeyAuth" key in the system
62+ And new "GetDORAFailure" request
6063 And request contains "failure_id" parameter from "REPLACE.ME"
6164 When the request is sent
6265 Then the response status is 400 Bad Request
6366
6467 @generated @skip @team:DataDog/ci-app-backend
6568 Scenario : Get a failure event returns "OK" response
66- Given new "GetDORAFailure" request
69+ Given a valid "appKeyAuth" key in the system
70+ And new "GetDORAFailure" request
6771 And request contains "failure_id" parameter from "REPLACE.ME"
6872 When the request is sent
6973 Then the response status is 200 OK
0 commit comments