Reduce log verbosity when buying

This commit is contained in:
Matthias
2021-04-10 14:37:09 +02:00
parent 14e8574235
commit 579e68f31e
2 changed files with 5 additions and 8 deletions

View File

@@ -685,7 +685,7 @@ def test_process_trade_creation(default_conf, ticker, limit_buy_order, limit_buy
assert trade.amount == 91.07468123
assert log_has(
'Buy signal found: about create a new trade with stake_amount: 0.001 ...', caplog
'Buy signal found: about create a new trade for ETH/BTC with stake_amount: 0.001 ...', caplog
)