Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-13 13:39:04.795452",
"spec_repo_commit": "9757e1ea"
"regenerated": "2025-06-13 19:38:19.691417",
"spec_repo_commit": "6eb36f2b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-13 13:39:04.811736",
"spec_repo_commit": "9757e1ea"
"regenerated": "2025-06-13 19:38:19.708710",
"spec_repo_commit": "6eb36f2b"
}
}
}
4 changes: 2 additions & 2 deletions features/v2/security_monitoring.feature
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@ Feature: Security Monitoring
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/k9-cloud-security-platform
@replay-only @skip-terraform-config @team:DataDog/k9-cloud-security-platform
Scenario: Create a custom framework returns "Conflict" response
Given there is a valid "custom_framework" in the system
And new "CreateCustomFramework" request
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"]}]}]}}}
When the request is sent
Then the response status is 409 Conflict

@replay-only @team:DataDog/k9-cloud-security-platform
@replay-only @skip-terraform-config @team:DataDog/k9-cloud-security-platform
Scenario: Create a custom framework returns "OK" response
Given new "CreateCustomFramework" request
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"]}]}]}}}
Expand Down
Loading