diff --git a/test/fixtures/org_token_permissions.yml b/test/fixtures/org_token_permissions.yml new file mode 100644 index 0000000..8307869 --- /dev/null +++ b/test/fixtures/org_token_permissions.yml @@ -0,0 +1,15 @@ +dcc_one: + token_permission_type: plans_token_type + organisation: dcc + +dcc_two: + token_permission_type: guidances_token_type + organisation: dcc + +aru_one: + token_permission_type: plans_token_type + organisation: aru + +au_one: + token_permission_type: guidances_token_type + organization: au \ No newline at end of file diff --git a/test/fixtures/user_org_roles.yml b/test/fixtures/user_org_roles.yml index b710ec5..2b0079e 100644 --- a/test/fixtures/user_org_roles.yml +++ b/test/fixtures/user_org_roles.yml @@ -23,3 +23,6 @@ user: user_three organisation: bu +dcc_user_1: + user: user_dcc + organisation: dcc∏ \ No newline at end of file diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 04d40ab..4d9373a 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -38,3 +38,11 @@ firstname: Many surname: Projects email: many.projects@example.com + +user_dcc: + firstname: "john" + surname: "doe" + email: "me@dcc.net" + user_type_id: 1 + user_status_id: 1 + api_token: "wasd" \ No newline at end of file