Update test_freqtradebot.py

Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
This commit is contained in:
Kavinkumar 2022-03-19 15:12:35 +05:30
parent 127fba021b
commit d62c86840f

View File

@ -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)