We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55c2af commit 0a53211Copy full SHA for 0a53211
tests/integration/profiles/five-safes-crate/test_5src_14_workflow_retrieval_phase.py
@@ -414,8 +414,8 @@ def test_5src_download_action_does_not_have_start_time():
414
expected_triggered_requirements=["DownloadAction"],
415
expected_triggered_issues=[
416
(
417
- "`DownloadAction` MAY have the `startTime` property if `actionStatus` "
418
- "is either ActiveActionStatus, CompletedActionStatus or FailedActionStatus."
+ "`DownloadAction` MAY have the `startTime` property if `actionStatus` "
+ "is either ActiveActionStatus, CompletedActionStatus or FailedActionStatus."
419
)
420
],
421
profile_identifier="five-safes-crate",
0 commit comments