mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
Don't evaluate comment in waves exchange
This commit is contained in:
@@ -2176,7 +2176,7 @@ def test_api_exchanges(botclient):
|
||||
"valid": True,
|
||||
"supported": False,
|
||||
"dex": True,
|
||||
"comment": "",
|
||||
"comment": ANY,
|
||||
"trade_modes": [{"trading_mode": "spot", "margin_mode": ""}],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user