Remove constraint to have pairs in base/quote format

This commit is contained in:
Matthias
2020-02-25 07:03:11 +01:00
parent e8eaa8920e
commit d34515a5de
3 changed files with 2 additions and 9 deletions

View File

@@ -525,6 +525,7 @@ def test_validate_pairs_stakecompatibility_fail(default_conf, mocker, caplog):
with pytest.raises(OperationalException, match=r"Stake-currency 'BTC' not compatible with.*"):
Exchange(default_conf)
@pytest.mark.parametrize("timeframe", [
('5m'), ("1m"), ("15m"), ("1h")
])