Skip to content

Commit 2b75192

Browse files
committed
Improved target of SHACL nodeShape for endTime and startTime constraints - 2.
1 parent 9232f19 commit 2b75192

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)