Skip to content
Open
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
1 change: 0 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ want,https://github.com/seanmonstar/want,MIT,Sean McArthur <sean@seanmonstar.com
wasi,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
wasip2,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wasip2 Authors
wasm-bindgen,https://github.com/wasm-bindgen/wasm-bindgen,MIT OR Apache-2.0,The wasm-bindgen Developers
wasm-bindgen-backend,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/backend,MIT OR Apache-2.0,The wasm-bindgen Developers
wasm-bindgen-futures,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/futures,MIT OR Apache-2.0,The wasm-bindgen Developers
wasm-bindgen-macro,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro,MIT OR Apache-2.0,The wasm-bindgen Developers
wasm-bindgen-macro-support,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support,MIT OR Apache-2.0,The wasm-bindgen Developers
Expand Down
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down