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