From 5910af6fcfa75d10447cd18bb68555679c6c18d2 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 18 Apr 2025 17:17:39 +0000 Subject: [PATCH] Regenerate client from commit f61db794 of spec repo --- .apigentools-info | 8 ++++---- tests/v2/features/on-call.feature | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index aac3ee0d8e..37cc5335af 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-17 13:26:11.571880", - "spec_repo_commit": "12ab5180" + "regenerated": "2025-04-18 17:17:00.103703", + "spec_repo_commit": "f61db794" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-17 13:26:11.587151", - "spec_repo_commit": "12ab5180" + "regenerated": "2025-04-18 17:17:00.119537", + "spec_repo_commit": "f61db794" } } } \ No newline at end of file diff --git a/tests/v2/features/on-call.feature b/tests/v2/features/on-call.feature index e75f8b518d..5c295b7c54 100644 --- a/tests/v2/features/on-call.feature +++ b/tests/v2/features/on-call.feature @@ -33,7 +33,7 @@ Feature: On-Call When the request is sent Then the response status is 400 Bad Request - @team:DataDog/bugle + @skip-python @team:DataDog/bugle Scenario: Create on-call schedule returns "Created" response Given new "CreateOnCallSchedule" request And there is a valid "user" in the system @@ -159,7 +159,7 @@ Feature: On-Call When the request is sent Then the response status is 404 Not Found - @team:DataDog/bugle + @skip-python @team:DataDog/bugle Scenario: Update on-call schedule returns "OK" response Given new "UpdateOnCallSchedule" request And there is a valid "schedule" in the system