diff --git a/BTCPayServer.Tests/TestAccount.cs b/BTCPayServer.Tests/TestAccount.cs index d74cbd754..dd50e3dd8 100644 --- a/BTCPayServer.Tests/TestAccount.cs +++ b/BTCPayServer.Tests/TestAccount.cs @@ -70,6 +70,7 @@ namespace BTCPayServer.Tests CryptoCurrency = cryptoCode, DerivationSchemeFormat = "BTCPay", DerivationScheme = DerivationScheme.ToString(), + Confirmation = true }, "Save"); return store; } @@ -90,6 +91,7 @@ namespace BTCPayServer.Tests CryptoCurrency = crytoCode, DerivationSchemeFormat = crytoCode, DerivationScheme = derivation.ToString(), + Confirmation = true }, "Save"); }