From 363a9a7357f816be60f75ff818c0c40fac13dc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Tue, 21 Jun 2022 16:25:16 +0300 Subject: [PATCH] Updated tests after summary endpoint update --- test/integration/repp/v1/registrar/auth/check_info_test.rb | 1 - 1 file changed, 1 deletion(-) 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