File tree Expand file tree Collapse file tree
rocrate_validator/profiles/five-safes-crate/should
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ five-safes-crate:PersonAgentHasAffiliation
4545 sh:path schema:affiliation ;
4646 sh:minCount 1 ;
4747 sh:severity sh:Warning ;
48- sh:message " The agent of the `CreateAction` corresponding to the workflowrun SHOULD have an affiliation" ;
48+ sh:message " The agent of the `CreateAction` corresponding to the workflow run SHOULD have an affiliation" ;
4949 ] .
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def test_5src_agent_does_not_have_affiliation():
158158 expected_validation_result = False ,
159159 expected_triggered_requirements = ["Agent of WorkflowRunAction" ],
160160 expected_triggered_issues = [
161- "The agent of the `CreateAction` corresponding to the workflowrun SHOULD have an affiliation"
161+ "The agent of the `CreateAction` corresponding to the workflow run SHOULD have an affiliation"
162162 ],
163163 profile_identifier = "five-safes-crate" ,
164164 rocrate_entity_mod_sparql = sparql ,
You can’t perform that action at this time.
0 commit comments