diff --git a/test/system/admin_area/registrars/api_users_test.rb b/test/system/admin_area/registrars/api_users_test.rb index 32de1451b..2cd927b70 100644 --- a/test/system/admin_area/registrars/api_users_test.rb +++ b/test/system/admin_area/registrars/api_users_test.rb @@ -85,6 +85,7 @@ class AdminRegistrarsApiUsersSystemTest < ApplicationSystemTestCase def unassociated_api_user new_api_user = users(:api_bestnames).dup new_api_user.username = "unique-#{rand(100)}" + new_api_user.identity_code = rand(10) new_api_user.save! new_api_user end