Skip to content

Commit

Permalink
BEP-17997 feature(tests): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuleshov-by committed Nov 28, 2024
1 parent 09f701b commit 68d6a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/boapi/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 68d6a10

Please sign in to comment.