mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
fix link test
This commit is contained in:
parent
cf7c3c2bf7
commit
ae329e371a
1 changed files with 2 additions and 1 deletions
|
@ -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>())
|
||||
|
|
Loading…
Add table
Reference in a new issue