This commit is contained in:
nicolas.dorier 2024-04-30 18:41:08 +09:00
parent 6049fa23a7
commit 90bc087ad6
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

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