mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Fix test
This commit is contained in:
parent
6049fa23a7
commit
90bc087ad6
1 changed files with 2 additions and 1 deletions
|
@ -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>())
|
||||
|
|
Loading…
Add table
Reference in a new issue