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 "Precondition failed error" response
59
59
Given new "CreateDataDeletionRequest" request
60
-
And request contains "product" parameter with value "logs"
61
-
And body with value {"data": {"attributes": {"from": 1672527600000, "indexes": ["index-1", "index-2"], "query": {}, "to": 1704063600000}}}
60
+
And request contains "product" parameter from "REPLACE.ME"
61
+
And body with value {"data": {"attributes": {"from": 1672527600000, "indexes": ["index-1", "index-2"], "query": {"host": "abc", "service": "xyz"}, "to": 1704063600000}}}
62
62
When the request is sent
63
63
Then the response status is 412 Precondition failed error
0 commit comments