From 90bc087ad6f17b46744f6b8fdf70adb88212d7b8 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 30 Apr 2024 18:41:08 +0900 Subject: [PATCH] Fix test --- BTCPayServer.Tests/ThirdPartyTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/ThirdPartyTests.cs b/BTCPayServer.Tests/ThirdPartyTests.cs index aa632276b..6821484dc 100644 --- a/BTCPayServer.Tests/ThirdPartyTests.cs +++ b/BTCPayServer.Tests/ThirdPartyTests.cs @@ -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())