From ae329e371acc824fa4e099bf4b49c4ed51b580bf Mon Sep 17 00:00:00 2001 From: Kukks Date: Mon, 14 Jun 2021 11:32:04 +0200 Subject: [PATCH] fix link test --- BTCPayServer.Tests/UnitTest1.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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())