Fix test due to changed dry-run cancel order
This commit is contained in:
		| @@ -1634,7 +1634,7 @@ def test_get_historic_trades_notsupported(default_conf, mocker, caplog, exchange | |||||||
| def test_cancel_order_dry_run(default_conf, mocker, exchange_name): | def test_cancel_order_dry_run(default_conf, mocker, exchange_name): | ||||||
|     default_conf['dry_run'] = True |     default_conf['dry_run'] = True | ||||||
|     exchange = get_patched_exchange(mocker, default_conf, id=exchange_name) |     exchange = get_patched_exchange(mocker, default_conf, id=exchange_name) | ||||||
|     assert exchange.cancel_order(order_id='123', pair='TKN/BTC') is None |     assert exchange.cancel_order(order_id='123', pair='TKN/BTC') == {} | ||||||
|  |  | ||||||
|  |  | ||||||
| # Ensure that if not dry_run, we should call API | # Ensure that if not dry_run, we should call API | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user