fix link test

This commit is contained in:
Kukks 2021-06-14 11:32:04 +02:00
parent cf7c3c2bf7
commit ae329e371a

View file

@ -294,7 +294,8 @@ namespace BTCPayServer.Tests
var urlBlacklist = new string[]
{
"https://www.btse.com", // not allowing to be hit from circleci
"https://www.bitpay.com" // not allowing to be hit from circleci
"https://www.bitpay.com", // not allowing to be hit from circleci
"https://www.pnxbet.com" //has geo blocking
};
foreach (var match in regex.Matches(text).OfType<Match>())