diff --git a/tests/rpc/test_rpc_emc.py b/tests/rpc/test_rpc_emc.py index f33e80018..d134a9eb1 100644 --- a/tests/rpc/test_rpc_emc.py +++ b/tests/rpc/test_rpc_emc.py @@ -11,7 +11,7 @@ from freqtrade.rpc.external_message_consumer import ExternalMessageConsumer from tests.conftest import log_has, log_has_re, log_has_when -@pytest.fixture(autouse=True) +@pytest.fixture def patched_emc(default_conf, mocker): default_conf.update({ "external_message_consumer": {