Skip to content

Commit

Permalink
Regenerate client from commit 3ab50943 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 4, 2024
1 parent 20e3d64 commit d9f66db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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": "2024-12-03 18:40:45.002995",
"spec_repo_commit": "ce3146c2"
"regenerated": "2024-12-04 14:54:19.355582",
"spec_repo_commit": "3ab50943"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-03 18:40:45.022850",
"spec_repo_commit": "ce3146c2"
"regenerated": "2024-12-04 14:54:19.375162",
"spec_repo_commit": "3ab50943"
}
}
}
6 changes: 3 additions & 3 deletions tests/scenarios/features/v2/data_deletion.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Data Deletion
And a valid "appKeyAuth" key in the system
And an instance of "DataDeletion" API

@team:DataDog/supportability-engineering
@replay-only @team:DataDog/supportability-engineering
Scenario: Cancels a data deletion request returns "Bad Request" response
Given new "CancelDataDeletionRequest" request
And request contains "id" parameter with value "id-1"
Expand All @@ -28,7 +28,7 @@ Feature: Data Deletion
And the response "data.attributes.product" is equal to "{{ deletion_request.data.attributes.product }}"
And the response "data.attributes.status" is equal to "canceled"

@team:DataDog/supportability-engineering
@replay-only @team:DataDog/supportability-engineering
Scenario: Cancels a data deletion request returns "Precondition failed error" response
Given new "CancelDataDeletionRequest" request
And request contains "id" parameter with value "-1"
Expand All @@ -54,7 +54,7 @@ Feature: Data Deletion
And the response "data.attributes.product" is equal to "logs"
And the response "data.attributes.status" is equal to "pending"

@team:DataDog/supportability-engineering
@replay-only @team:DataDog/supportability-engineering
Scenario: Creates a data deletion request returns "Precondition failed error" response
Given new "CreateDataDeletionRequest" request
And request contains "product" parameter with value "logs"
Expand Down

0 comments on commit d9f66db

Please sign in to comment.