From 0e2e263cb5d768d05eba0c3cb48ee34028801fc4 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 19 Sep 2025 17:21:55 +0000 Subject: [PATCH] Regenerate client from commit 99ab7f9 of spec repo --- .generator/schemas/v2/openapi.yaml | 8 ++++---- features/v2/dora_metrics.feature | 12 ++++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 87a84afd60e5..ce2fc9541870 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -56916,7 +56916,7 @@ paths: $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] - - appKeyAuth: [] + appKeyAuth: [] summary: Delete a deployment event tags: - DORA Metrics @@ -56992,7 +56992,7 @@ paths: $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] - - appKeyAuth: [] + appKeyAuth: [] summary: Get a deployment event tags: - DORA Metrics @@ -57073,7 +57073,7 @@ paths: $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] - - appKeyAuth: [] + appKeyAuth: [] summary: Delete a failure event tags: - DORA Metrics @@ -57149,7 +57149,7 @@ paths: $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] - - appKeyAuth: [] + appKeyAuth: [] summary: Get a failure event tags: - DORA Metrics diff --git a/features/v2/dora_metrics.feature b/features/v2/dora_metrics.feature index e34092056ca5..6352e0e5584f 100644 --- a/features/v2/dora_metrics.feature +++ b/features/v2/dora_metrics.feature @@ -42,28 +42,32 @@ Feature: DORA Metrics @generated @skip @team:DataDog/ci-app-backend Scenario: Get a deployment event returns "Bad Request" response - Given new "GetDORADeployment" request + Given a valid "appKeyAuth" key in the system + And new "GetDORADeployment" request And request contains "deployment_id" parameter from "REPLACE.ME" When the request is sent Then the response status is 400 Bad Request @generated @skip @team:DataDog/ci-app-backend Scenario: Get a deployment event returns "OK" response - Given new "GetDORADeployment" request + Given a valid "appKeyAuth" key in the system + And new "GetDORADeployment" request And request contains "deployment_id" parameter from "REPLACE.ME" When the request is sent Then the response status is 200 OK @generated @skip @team:DataDog/ci-app-backend Scenario: Get a failure event returns "Bad Request" response - Given new "GetDORAFailure" request + Given a valid "appKeyAuth" key in the system + And new "GetDORAFailure" request And request contains "failure_id" parameter from "REPLACE.ME" When the request is sent Then the response status is 400 Bad Request @generated @skip @team:DataDog/ci-app-backend Scenario: Get a failure event returns "OK" response - Given new "GetDORAFailure" request + Given a valid "appKeyAuth" key in the system + And new "GetDORAFailure" request And request contains "failure_id" parameter from "REPLACE.ME" When the request is sent Then the response status is 200 OK