diff --git a/test/fixtures/organisations.yml b/test/fixtures/organisations.yml index 4ac384e..5a3f464 100644 --- a/test/fixtures/organisations.yml +++ b/test/fixtures/organisations.yml @@ -891,4 +891,15 @@ ysju: name: York St John University domain: www.yorksj.ac.uk - organisation_type: institution \ No newline at end of file + organisation_type: institution + +institution_parent: + name: "Institution Parent" + domain: "www.example.com" + organisation_type: institution + +institution_child_one: + name: "instituiton Chile 1" + domain: "www.institution_child.com" + organisation_type: instituiton + parent: institution_parent \ No newline at end of file