We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e19e2 commit 994b586Copy full SHA for 994b586
tests/integration/profiles/five-safes-crate/test_5src_13_validation_phase.py
@@ -118,7 +118,10 @@ def test_5src_validation_check_has_action_status_with_not_allowed_value():
118
requirement_severity=Severity.REQUIRED,
119
expected_validation_result=False,
120
expected_triggered_requirements=["ValidationCheck"],
121
- expected_triggered_issues=["The `actionStatus` of ValidationCheck MUST have an allowed value (see https://schema.org/ActionStatusType)."],
+ expected_triggered_issues=[(
122
+ "The `actionStatus` of ValidationCheck MUST have an allowed value "
123
+ "(see https://schema.org/ActionStatusType)."
124
+ )],
125
profile_identifier="five-safes-crate",
126
rocrate_entity_mod_sparql=sparql,
127
)
0 commit comments