From 9410a293f7b675d1c09355a910cc0c85915da4c3 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 22 Aug 2024 17:21:06 +0900 Subject: [PATCH] Fix tests --- BTCPayServer.Tests/ThirdPartyTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/ThirdPartyTests.cs b/BTCPayServer.Tests/ThirdPartyTests.cs index 0bb476877..1c0b74849 100644 --- a/BTCPayServer.Tests/ThirdPartyTests.cs +++ b/BTCPayServer.Tests/ThirdPartyTests.cs @@ -133,7 +133,7 @@ namespace BTCPayServer.Tests public async Task CanQueryDirectProviders() { // TODO: Check once in a while whether or not they are working again - string[] brokenShitcoinCasinos = { "binance" }; + string[] brokenShitcoinCasinos = { "binance", "coinbasepro" }; var skipped = 0; var factory = FastTests.CreateBTCPayRateFactory(); var directlySupported = factory.AvailableRateProviders.Where(s => s.Source == RateSource.Direct)