File tree Expand file tree Collapse file tree
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def test_5src_workflow_object_has_no_properly_formatted_start_time():
122122 expected_validation_result = False ,
123123 expected_triggered_requirements = ["WorkflowExecution" ],
124124 expected_triggered_issues = [(
125- "The startTime of the workflow execution object MUST follow the RFC 3339 standard. "
125+ "The startTime of the workflow execution object MUST follow the RFC 3339 standard "
126126 "(YYYY-MM-DD'T'hh:mm:ss[.fraction](Z | ±hh:mm))."
127127 )],
128128 profile_identifier = "five-safes-crate" ,
@@ -150,7 +150,7 @@ def test_5src_workflow_object_has_no_properly_formatted_end_time():
150150 expected_validation_result = False ,
151151 expected_triggered_requirements = ["WorkflowExecution" ],
152152 expected_triggered_issues = [(
153- "The endTime of the workflow execution object MUST follow the RFC 3339 standard. "
153+ "The endTime of the workflow execution object MUST follow the RFC 3339 standard "
154154 "(YYYY-MM-DD'T'hh:mm:ss[.fraction](Z | ±hh:mm))."
155155 )],
156156 profile_identifier = "five-safes-crate" ,
You can’t perform that action at this time.
0 commit comments