Skip to content

Commit 9b1a5b1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6eb36f2 of spec repo (#2365)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent d481737 commit 9b1a5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/v2/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)