File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -76,33 +76,6 @@ def test_5src_validation_check_name_not_a_string():
7676 )
7777
7878
79- def test_5src_validation_check_has_action_status_with_not_allowed_value ():
80- sparql = (SPARQL_PREFIXES + """
81- DELETE {
82- ?s schema:actionStatus ?o .
83- }
84- INSERT {
85- ?s schema:actionStatus "Not a good action status" .
86- }
87- WHERE {
88- ?s schema:additionalType <https://w3id.org/shp#ValidationCheck> .
89- }
90- """ )
91-
92- do_entity_test (
93- rocrate_path = ValidROC ().five_safes_crate_result ,
94- requirement_severity = Severity .REQUIRED ,
95- expected_validation_result = False ,
96- expected_triggered_requirements = ["ValidationCheck" ],
97- expected_triggered_issues = [(
98- "The `actionStatus` of ValidationCheck MUST have an allowed value "
99- "(see https://schema.org/ActionStatusType)."
100- )],
101- profile_identifier = "five-safes-crate" ,
102- rocrate_entity_mod_sparql = sparql ,
103- )
104-
105-
10679def test_5src_validation_check_has_action_status_with_not_allowed_value ():
10780 sparql = (
10881 SPARQL_PREFIXES
You can’t perform that action at this time.
0 commit comments