CoinbasePro: Skip specific tests due to API deprecation (#1649)

* CoinbasePro: Skip tests due to API deprecation

* CoinbasePro: Skip more tests
This commit is contained in:
Adrian Gallagher
2024-09-16 14:05:13 +10:00
committed by GitHub
parent d94b8af3e1
commit 3ebd2daf5c
3 changed files with 16 additions and 4 deletions

View File

@@ -357,7 +357,8 @@ func TestSettingsPrint(t *testing.T) {
}
var unsupportedDefaultConfigExchanges = []string{
"poloniex", // poloniex has dropped support for the API GCT has implemented //TODO: drop this when supported
"poloniex", // poloniex has dropped support for the API GCT has implemented //TODO: drop this when supported
"coinbasepro", // deprecated API. TODO: Remove this when the Coinbase update is merged
}
func TestGetDefaultConfigurations(t *testing.T) {