diff --git a/test/fixtures/registrars.yml b/test/fixtures/registrars.yml index ccd8e983d..0026f323b 100644 --- a/test/fixtures/registrars.yml +++ b/test/fixtures/registrars.yml @@ -1,9 +1,18 @@ bestnames: - name: Best Names Ltd + name: Best Names reg_no: 1234 code: bestnames - country_code: US email: info@bestnames.test - accounting_customer_code: ACCOUNT001 + country_code: US + accounting_customer_code: bestnames language: en billing_email: billing@example.com + +goodnames: + name: Good Names + reg_no: 12345 + code: goodnames + email: info@goodnames.test + country_code: US + accounting_customer_code: goodnames + language: en diff --git a/test/integration/admin/registrars/show_registrar_test.rb b/test/integration/admin/registrars/show_registrar_test.rb index 6b8dc5d33..cb310317c 100644 --- a/test/integration/admin/registrars/show_registrar_test.rb +++ b/test/integration/admin/registrars/show_registrar_test.rb @@ -10,7 +10,7 @@ class ShowRegistrarTest < ActionDispatch::IntegrationTest end def test_accounting_customer_code - assert_text 'ACCOUNT001' + assert_text 'bestnames' end def test_language