From 09f701bbde14f42d8c899a062cf9793d9a8451be Mon Sep 17 00:00:00 2001 From: kuleshov-by Date: Thu, 28 Nov 2024 20:36:48 +0300 Subject: [PATCH] BEP-17997 feature(tests): fix tests --- spec/fixtures/transaction_fixtures.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/transaction_fixtures.rb b/spec/fixtures/transaction_fixtures.rb index 8462e27..e0aaab3 100644 --- a/spec/fixtures/transaction_fixtures.rb +++ b/spec/fixtures/transaction_fixtures.rb @@ -72,7 +72,7 @@ def successful_transactions_export_response_message end # rubocop:enable Metrics/MethodLength - def successful_transactions_list_response + def successful_transactions_export_response %({"data":"#{successful_transactions_export_response_message.to_json}}) end end