diff --git a/BTCPayServer.Tests/ThirdPartyTests.cs b/BTCPayServer.Tests/ThirdPartyTests.cs index 73d09d3c2..f5a7163ff 100644 --- a/BTCPayServer.Tests/ThirdPartyTests.cs +++ b/BTCPayServer.Tests/ThirdPartyTests.cs @@ -206,7 +206,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://support.bitpay.com", + "https://www.coingecko.com" // unhappy service }; foreach (var match in regex.Matches(text).OfType())