Skip to content

Commit 994b586

Browse files
committed
removed lint issues - 2.
1 parent 69e19e2 commit 994b586

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ def test_5src_validation_check_has_action_status_with_not_allowed_value():
118118
requirement_severity=Severity.REQUIRED,
119119
expected_validation_result=False,
120120
expected_triggered_requirements=["ValidationCheck"],
121-
expected_triggered_issues=["The `actionStatus` of ValidationCheck MUST have an allowed value (see https://schema.org/ActionStatusType)."],
121+
expected_triggered_issues=[(
122+
"The `actionStatus` of ValidationCheck MUST have an allowed value "
123+
"(see https://schema.org/ActionStatusType)."
124+
)],
122125
profile_identifier="five-safes-crate",
123126
rocrate_entity_mod_sparql=sparql,
124127
)

0 commit comments

Comments
 (0)