From d62c86840fe8ed0f46baaec8bf95ff75e061a3fa Mon Sep 17 00:00:00 2001 From: Kavinkumar <33546454+mkavinkumar1@users.noreply.github.com> Date: Sat, 19 Mar 2022 15:12:35 +0530 Subject: [PATCH] Update test_freqtradebot.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி --- tests/test_freqtradebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_freqtradebot.py b/tests/test_freqtradebot.py index 666767c13..7c544e4e6 100644 --- a/tests/test_freqtradebot.py +++ b/tests/test_freqtradebot.py @@ -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)