mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: remove long-deprecated setting
This commit is contained in:
@@ -1533,8 +1533,8 @@ def test_process_deprecated_protections(default_conf, caplog):
|
||||
assert not log_has(message, caplog)
|
||||
|
||||
config["protections"] = []
|
||||
process_temporary_deprecated_settings(config)
|
||||
assert log_has(message, caplog)
|
||||
with pytest.raises(ConfigurationError, match=message):
|
||||
process_temporary_deprecated_settings(config)
|
||||
|
||||
|
||||
def test_flat_vars_to_nested_dict(caplog):
|
||||
|
||||
Reference in New Issue
Block a user