diff --git a/spec/factories/registrar.rb b/spec/factories/registrar.rb index ab46553a0..4e02317af 100644 --- a/spec/factories/registrar.rb +++ b/spec/factories/registrar.rb @@ -10,6 +10,7 @@ FactoryBot.define do email 'test@test.com' country_code 'EE' accounting_customer_code 'test' + vat_rate 5 factory :registrar_with_unlimited_balance do after :create do |registrar|