Remove last sandbox occurance

This commit is contained in:
Matthias 2023-08-08 06:26:25 +02:00
parent 5e3e443d27
commit 05bbc8e7aa

View File

@ -1038,8 +1038,7 @@ def test_load_config_stoploss_exchange_limit_ratio(all_conf) -> None:
validate_config_schema(all_conf)
@pytest.mark.parametrize("keys", [("exchange", "sandbox", False),
("exchange", "key", ""),
@pytest.mark.parametrize("keys", [("exchange", "key", ""),
("exchange", "secret", ""),
("exchange", "password", ""),
])