Modify test loglevel

This commit is contained in:
Matthias 2020-09-19 09:46:32 +02:00
parent 77d0189695
commit 1f086e1466
1 changed files with 1 additions and 0 deletions

View File

@ -4384,6 +4384,7 @@ def test_handle_insufficient_funds(mocker, default_conf, fee):
@pytest.mark.usefixtures("init_persistence")
def test_refind_lost_order(mocker, default_conf, fee, caplog):
caplog.set_level(logging.DEBUG)
freqtrade = get_patched_freqtradebot(mocker, default_conf)
mock_uts = mocker.patch('freqtrade.freqtradebot.FreqtradeBot.update_trade_state')