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
Copy file name to clipboardExpand all lines: tests/scenarios/cassettes/TestScenarios/v2/Feature_Security_Monitoring/Scenario_Run_a_historical_job_returns_Not_Found_response.yaml
Scenario: Run a historical job returns "Not Found" response
1096
1096
Given operation "RunHistoricalJob" enabled
1097
1097
And new "RunHistoricalJob" request
1098
-
And body with value {"data": { "type": "historicalDetectionsJobCreate", "attributes": {"fromRule": {"caseIndex": 0, "from": 1730201035064, "id": "non-existng", "index": "main", "notifications": [], "to": 1730204635115}}}}
1098
+
And body with value {"data": { "type": "historicalDetectionsJobCreate", "attributes": {"fromRule": {"from": 1730201035064, "id": "non-existng", "index": "main", "notifications": [], "to": 1730204635115}}}}
0 commit comments