mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Disable telegram from default_conf
This commit is contained in:
@@ -36,6 +36,13 @@ from tests.conftest import (CURRENT_TEST_STRATEGY, EXMS, create_mock_trades,
|
||||
patch_exchange, patch_get_signal, patch_whitelist)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def default_conf(default_conf) -> dict:
|
||||
# Telegram is enabled by default
|
||||
default_conf['telegram']['enabled'] = True
|
||||
return default_conf
|
||||
|
||||
|
||||
class DummyCls(Telegram):
|
||||
"""
|
||||
Dummy class for testing the Telegram @authorized_only decorator
|
||||
|
||||
Reference in New Issue
Block a user