Skip to content

Commit 0e2e263

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 99ab7f9 of spec repo
1 parent c474333 commit 0e2e263

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56916,7 +56916,7 @@ paths:
5691656916
$ref: '#/components/responses/TooManyRequestsResponse'
5691756917
security:
5691856918
- apiKeyAuth: []
56919-
- appKeyAuth: []
56919+
appKeyAuth: []
5692056920
summary: Delete a deployment event
5692156921
tags:
5692256922
- DORA Metrics
@@ -56992,7 +56992,7 @@ paths:
5699256992
$ref: '#/components/responses/TooManyRequestsResponse'
5699356993
security:
5699456994
- apiKeyAuth: []
56995-
- appKeyAuth: []
56995+
appKeyAuth: []
5699656996
summary: Get a deployment event
5699756997
tags:
5699856998
- DORA Metrics
@@ -57073,7 +57073,7 @@ paths:
5707357073
$ref: '#/components/responses/TooManyRequestsResponse'
5707457074
security:
5707557075
- apiKeyAuth: []
57076-
- appKeyAuth: []
57076+
appKeyAuth: []
5707757077
summary: Delete a failure event
5707857078
tags:
5707957079
- DORA Metrics
@@ -57149,7 +57149,7 @@ paths:
5714957149
$ref: '#/components/responses/TooManyRequestsResponse'
5715057150
security:
5715157151
- apiKeyAuth: []
57152-
- appKeyAuth: []
57152+
appKeyAuth: []
5715357153
summary: Get a failure event
5715457154
tags:
5715557155
- DORA Metrics

features/v2/dora_metrics.feature

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)