mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Change registrar country code in factories
This commit is contained in:
parent
a25594a8b5
commit
25d6d5f4e9
1 changed files with 1 additions and 2 deletions
|
@ -8,9 +8,8 @@ FactoryBot.define do
|
||||||
state 'test'
|
state 'test'
|
||||||
zip 'test'
|
zip 'test'
|
||||||
email 'test@test.com'
|
email 'test@test.com'
|
||||||
country_code 'EE'
|
country_code 'US'
|
||||||
accounting_customer_code 'test'
|
accounting_customer_code 'test'
|
||||||
vat_rate 5
|
|
||||||
|
|
||||||
factory :registrar_with_unlimited_balance do
|
factory :registrar_with_unlimited_balance do
|
||||||
after :create do |registrar|
|
after :create do |registrar|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue