Skip to content

Commit daa73f2

Browse files
committed
Removed duplicated test.
1 parent 3417575 commit daa73f2

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff 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-
10679
def test_5src_validation_check_has_action_status_with_not_allowed_value():
10780
sparql = (
10881
SPARQL_PREFIXES

0 commit comments

Comments
 (0)