mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user