diff --git a/BTCPayServer.Tests/ThirdPartyTests.cs b/BTCPayServer.Tests/ThirdPartyTests.cs index aa632276b..6821484dc 100644 --- a/BTCPayServer.Tests/ThirdPartyTests.cs +++ b/BTCPayServer.Tests/ThirdPartyTests.cs @@ -272,7 +272,8 @@ namespace BTCPayServer.Tests "https://www.btse.com", // not allowing to be hit from circleci "https://www.bitpay.com", // not allowing to be hit from circleci "https://support.bitpay.com", - "https://www.coingecko.com" // unhappy service + "https://www.coingecko.com", // unhappy service + "https://www.wasabiwallet.io" // Banning US, CI unhappy }; foreach (var match in regex.Matches(text).OfType())