Patch exchange to not cause network delays during tests

This commit is contained in:
Matthias 2018-09-29 13:35:48 +02:00
parent 448f3a7197
commit f4585a2745
1 changed files with 1 additions and 0 deletions

View File

@ -997,6 +997,7 @@ def test_check_handle_timedout_buy_exception(default_conf, ticker, limit_buy_ord
fee, mocker) -> None:
rpc_mock = patch_RPCManager(mocker)
cancel_order_mock = MagicMock()
patch_exchange(mocker)
mocker.patch.multiple(
'freqtrade.exchange.Exchange',
validate_pairs=MagicMock(),