mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Remove last sandbox occurance
This commit is contained in:
@@ -1038,8 +1038,7 @@ def test_load_config_stoploss_exchange_limit_ratio(all_conf) -> None:
|
|||||||
validate_config_schema(all_conf)
|
validate_config_schema(all_conf)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("keys", [("exchange", "sandbox", False),
|
@pytest.mark.parametrize("keys", [("exchange", "key", ""),
|
||||||
("exchange", "key", ""),
|
|
||||||
("exchange", "secret", ""),
|
("exchange", "secret", ""),
|
||||||
("exchange", "password", ""),
|
("exchange", "password", ""),
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user