diff --git a/spec/factories/registrar.rb b/spec/factories/registrar.rb index 4e02317af..3b2a3e730 100644 --- a/spec/factories/registrar.rb +++ b/spec/factories/registrar.rb @@ -8,9 +8,8 @@ FactoryBot.define do state 'test' zip 'test' email 'test@test.com' - country_code 'EE' + country_code 'US' accounting_customer_code 'test' - vat_rate 5 factory :registrar_with_unlimited_balance do after :create do |registrar|