Skip to content

Commit 7b7084d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 91767c8a of spec repo
1 parent 7cd3b65 commit 7b7084d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-12 17:39:44.452022",
8-
"spec_repo_commit": "065a04e5"
7+
"regenerated": "2025-06-12 21:02:14.453837",
8+
"spec_repo_commit": "91767c8a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-12 17:39:44.468242",
13-
"spec_repo_commit": "065a04e5"
12+
"regenerated": "2025-06-12 21:02:14.470037",
13+
"spec_repo_commit": "91767c8a"
1414
}
1515
}
1616
}

src/test/resources/com/datadog/api/client/v2/api/security_monitoring.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ Feature: Security Monitoring
178178
When the request is sent
179179
Then the response status is 400 Bad Request
180180

181-
@team:DataDog/k9-cloud-security-platform
181+
@skip @team:DataDog/k9-cloud-security-platform
182182
Scenario: Create a custom framework returns "Conflict" response
183183
Given there is a valid "custom_framework" in the system
184184
And new "CreateCustomFramework" request
185185
And body with value {"data":{"type":"custom_framework","attributes":{"name":"name","handle":"create-framework-new","version":"10","icon_url":"test-url","requirements":[{"name":"requirement","controls":[{"name":"control","rules_id":["def-000-be9"]}]}]}}}
186186
When the request is sent
187187
Then the response status is 409 Conflict
188188

189-
@replay-only @team:DataDog/k9-cloud-security-platform
189+
@replay-only @skip @team:DataDog/k9-cloud-security-platform
190190
Scenario: Create a custom framework returns "OK" response
191191
Given new "CreateCustomFramework" request
192192
And body with value {"data":{"type":"custom_framework","attributes":{"name":"name","handle":"create-framework-new","version":"10","icon_url":"test-url","requirements":[{"name":"requirement","controls":[{"name":"control","rules_id":["def-000-be9"]}]}]}}}

0 commit comments

Comments
 (0)