From 899bf98f454737ff209a3791c12fb4050e2749c9 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 15 Oct 2021 12:50:33 +0900 Subject: [PATCH] Fix tests --- BTCPayServer.Tests/UnitTest1.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index 5f50323c1..9d44ef4e3 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -363,6 +363,7 @@ 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.pnxbet.com" //has geo blocking }; @@ -3191,6 +3192,7 @@ namespace BTCPayServer.Tests e => (e.CurrencyPair == new CurrencyPair("BTC", "USD") || e.CurrencyPair == new CurrencyPair("BTC", "EUR") || e.CurrencyPair == new CurrencyPair("BTC", "USDT") || + e.CurrencyPair == new CurrencyPair("BTC", "USDC") || e.CurrencyPair == new CurrencyPair("BTC", "CAD")) && e.BidAsk.Bid > 1.0m // 1BTC will always be more than 1USD );