You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Creates a data deletion request returns "Bad Request" response
40
-
Given new "CreateDataDeletionRequest" request
43
+
Given operation "CreateDataDeletionRequest" enabled
44
+
And new "CreateDataDeletionRequest" request
41
45
And request contains "product" parameter from "REPLACE.ME"
42
46
And body with value {"data": {"attributes": {"from": 1672527600000, "indexes": ["test-index", "test-index-2"], "query": {"host": "abc", "service": "xyz"}, "to": 1704063600000}}}
43
47
When the request is sent
44
48
Then the response status is 400 Bad Request
45
49
46
50
@team:DataDog/supportability-engineering
47
51
Scenario: Creates a data deletion request returns "OK" response
48
-
Given new "CreateDataDeletionRequest" request
52
+
Given operation "CreateDataDeletionRequest" enabled
53
+
And new "CreateDataDeletionRequest" request
49
54
And request contains "product" parameter with value "logs"
50
55
And body with value {"data": {"attributes": {"from": 1672527600000, "indexes": ["test-index", "test-index-2"], "query": {"host": "abc", "service": "xyz"}, "to": 1704063600000}}}
0 commit comments