diff --git a/spec/factories/api_user.rb b/spec/factories/api_user.rb index d5a3c777d..723a966a5 100644 --- a/spec/factories/api_user.rb +++ b/spec/factories/api_user.rb @@ -4,5 +4,9 @@ FactoryGirl.define do password 'a' * 6 roles ['super'] registrar + + factory :api_user_epp do + roles %w(epp static_registrant) + end end end