From 68d6a102a03c4f810c0cac47858714179c1405b9 Mon Sep 17 00:00:00 2001 From: kuleshov-by Date: Thu, 28 Nov 2024 20:34:03 +0300 Subject: [PATCH] BEP-17997 feature(tests): fix tests --- spec/boapi/client_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/boapi/client_spec.rb b/spec/boapi/client_spec.rb index 2f1c115..fd83149 100644 --- a/spec/boapi/client_spec.rb +++ b/spec/boapi/client_spec.rb @@ -198,15 +198,15 @@ Boapi::Client.new(account_id: account_id, account_secret: account_secret).transactions_export(params) end - let(:url) { "#{Boapi.configuration.api_host}/api/v2/transactions/deep_search" } + let(:url) { "#{Boapi.configuration.api_host}/api/v2/transactions/export" } context 'when valid params given' do let(:params) do { filter: { status: 'successful', - date_from: '2023-01-20T00:00:00', - date_to: '2023-03-22T00:00:00', + date_from: '2024-11-01T00:00:00.000000', + date_to: '2024-11-02T00:00:00.000000', 'type': 'p2p' }, options: {