This commit is contained in:
nicolas.dorier
2023-02-06 12:38:18 +09:00
parent 94f2cd4257
commit b9b8cb9f63

View File

@@ -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<Match>())