Fixing Fast Tests (#6047)

* Fixing Fast Tests

* Revert file header change

---------

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
rockstardev 2024-06-11 12:53:50 +02:00 committed by GitHub
parent a026d244fe
commit 556a9c0e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/" // returning Forbidden
};
foreach (var match in regex.Matches(text).OfType<Match>())