Skip to content

Commit 0a53211

Browse files
committed
Removed lint error
1 parent f55c2af commit 0a53211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/profiles/five-safes-crate/test_5src_14_workflow_retrieval_phase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ def test_5src_download_action_does_not_have_start_time():
414414
expected_triggered_requirements=["DownloadAction"],
415415
expected_triggered_issues=[
416416
(
417-
"`DownloadAction` MAY have the `startTime` property if `actionStatus` "
418-
"is either ActiveActionStatus, CompletedActionStatus or FailedActionStatus."
417+
"`DownloadAction` MAY have the `startTime` property if `actionStatus` "
418+
"is either ActiveActionStatus, CompletedActionStatus or FailedActionStatus."
419419
)
420420
],
421421
profile_identifier="five-safes-crate",

0 commit comments

Comments
 (0)