We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9697bc commit 6a73738Copy full SHA for 6a73738
1 file changed
tests/integration/profiles/five-safes-crate/test_valid_5src.py
@@ -37,7 +37,7 @@ def skip_spec_version_identifier():
37
check_conformsTo_version = \
38
rocrate_profile.get_requirement_check("Metadata File Descriptor entity: `conformsTo` property")
39
assert check_conformsTo_version, \
40
- "Metadata File Descriptor entity: `conformsTo` property"
+ 'Unable to find the requirement "Metadata File Descriptor entity: `conformsTo` property"'
41
SKIP_CONFORMSTO_VERSION_CHECK_IDENTIFIER = check_conformsTo_version.identifier
42
return SKIP_CONFORMSTO_VERSION_CHECK_IDENTIFIER
43
0 commit comments