We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08070ac commit 18898b0Copy full SHA for 18898b0
1 file changed
tests/integration/profiles/five-safes-crate/test_5src_12_check_phase.py
@@ -275,7 +275,9 @@ def test_5src_check_value_instrument_does_not_point_to_entity_with_type_defined_
275
requirement_severity=Severity.RECOMMENDED,
276
expected_validation_result=False,
277
expected_triggered_requirements=["CheckValue"],
278
- expected_triggered_issues=["`CheckValue` --> `instrument` SHOULD point to an entity typed `schema:DefinedTerm`"],
+ expected_triggered_issues=[
279
+ "`CheckValue` --> `instrument` SHOULD point to an entity typed `schema:DefinedTerm`"
280
+ ],
281
profile_identifier="five-safes-crate",
282
rocrate_entity_mod_sparql=sparql,
283
)
0 commit comments