Update test_freqtradebot.py
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
This commit is contained in:
parent
127fba021b
commit
d62c86840f
@ -4035,7 +4035,7 @@ def test_order_book_ask_strategy(
|
||||
return_value={'bids': [[]], 'asks': [[]]})
|
||||
with pytest.raises(PricingError):
|
||||
freqtrade.handle_trade(trade)
|
||||
pair = limit_buy_order_usdt['symbol']
|
||||
pair = 'ETH/USDT'
|
||||
assert log_has_re(
|
||||
rf"{pair} - Sell Price at location 1 from orderbook could not be determined\..*",
|
||||
caplog)
|
||||
|
Loading…
Reference in New Issue
Block a user