diff --git a/test/integration/repp/v1/registrar/auth/check_info_test.rb b/test/integration/repp/v1/registrar/auth/check_info_test.rb index 65b2cf5f4..03563d273 100644 --- a/test/integration/repp/v1/registrar/auth/check_info_test.rb +++ b/test/integration/repp/v1/registrar/auth/check_info_test.rb @@ -20,7 +20,6 @@ class ReppV1RegistrarAuthCheckInfoTest < ActionDispatch::IntegrationTest assert_equal json[:data][:username], @user.username assert json[:data][:roles].include? 'super' assert_equal json[:data][:registrar_name], 'Best Names' - assert_equal json[:data][:balance][:amount].to_f, @user.registrar.cash_account.balance assert json[:data][:abilities].is_a? Hash end