diff --git a/test/test_helper.rb b/test/test_helper.rb index c80f390..82ecc43 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -31,7 +31,7 @@ language: Language.find_by(abbreviation: FastGettext.locale), password: "password123", password_confirmation: "password123", org: org, accept_terms: true, confirmed_at: Time.zone.now, - perms: Perm.where.not(name: ['admin', 'add_organisations', 'change_org_affiliation', 'grant_api_to_orgs']) + perms: Perm.where.not(name: ['admin', 'add_organisations', 'change_org_affiliation', 'grant_api_to_orgs'])) #perms: [Perm::GRANT_PERMISSIONS, Perm::MODIFY_TEMPLATES, Perm::MODIFY_GUIDANCE, Perm::CHANGE_ORG_DETAILS]) end