From 601ce0f29fe0525d7fa951bdbe045cbc6b6b678e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= Date: Mon, 2 Sep 2024 14:47:38 +0200 Subject: [PATCH] Fix Set test --- Tests/integration/UserLocal.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/integration/UserLocal.Tests.ps1 b/Tests/integration/UserLocal.Tests.ps1 index 156a681a2..15db6a6cf 100644 --- a/Tests/integration/UserLocal.Tests.ps1 +++ b/Tests/integration/UserLocal.Tests.ps1 @@ -171,7 +171,7 @@ Describe "Configure User Local" { $userlocal.name | Should -Be "pester_userlocal_change" $userlocal.status | Should -Be "disable" $userlocal.'email-to' | Should -Be "powerfgt@power.fgt" - $userlocal.'two-factor' | Should -Be "disable" + $userlocal.'two-factor' | Should -Be "email" } AfterAll {