diff --git a/features/v2/data_deletion.feature b/features/v2/data_deletion.feature index 6bfc942e2a72..4085e586ba13 100644 --- a/features/v2/data_deletion.feature +++ b/features/v2/data_deletion.feature @@ -17,7 +17,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/supportability-engineering + @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "OK" response Given operation "CancelDataDeletionRequest" enabled And there is a valid "deletion_request" in the system @@ -47,7 +47,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/supportability-engineering + @team:DataDog/supportability-engineering Scenario: Creates a data deletion request returns "OK" response Given operation "CreateDataDeletionRequest" enabled And new "CreateDataDeletionRequest" request @@ -75,7 +75,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/supportability-engineering + @team:DataDog/supportability-engineering Scenario: Gets a list of data deletion requests returns "OK" response Given operation "GetDataDeletionRequests" enabled And there is a valid "deletion_request" in the system