Skip to content

Commit 24fc39f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6eb36f2b of spec repo (#2627)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5fa251f commit 24fc39f

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-13 13:39:11.219540",
8-
"spec_repo_commit": "9757e1ea"
7+
"regenerated": "2025-06-13 19:38:16.515023",
8+
"spec_repo_commit": "6eb36f2b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-13 13:39:11.262516",
13-
"spec_repo_commit": "9757e1ea"
12+
"regenerated": "2025-06-13 19:38:16.530323",
13+
"spec_repo_commit": "6eb36f2b"
1414
}
1515
}
1616
}

tests/v2/features/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+
@replay-only @skip-terraform-config @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-terraform-config @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)