From b9b8cb9f632561f9eebd86ef9e98d89aecb08033 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 6 Feb 2023 12:38:18 +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 73d09d3c2..f5a7163ff 100644 --- a/BTCPayServer.Tests/ThirdPartyTests.cs +++ b/BTCPayServer.Tests/ThirdPartyTests.cs @@ -206,7 +206,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://support.bitpay.com", + "https://www.coingecko.com" // unhappy service }; foreach (var match in regex.Matches(text).OfType())