From 7aa02f3541bc0ec6ebae2dee3999f47973ecce94 Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Tue, 8 Nov 2022 09:51:21 +0200 Subject: [PATCH] updated test --- test/models/epp/response/result/code_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/models/epp/response/result/code_test.rb b/test/models/epp/response/result/code_test.rb index dfc1871f50..85f5347d8d 100644 --- a/test/models/epp/response/result/code_test.rb +++ b/test/models/epp/response/result/code_test.rb @@ -90,7 +90,6 @@ def test_returns_default_descriptions 2502 => Shunter.default_error_message } assert_equal descriptions, Epp::Response::Result::Code.default_descriptions - ENV["shunter_default_threshold"] = '10000' end def test_equality