diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index a9faa5373..580c8a374 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -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())