Skip to content

Commit

Permalink
Fix Set test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 2, 2024
1 parent 51e43a1 commit 601ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/integration/UserLocal.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
$userlocal.'two-factor' | Should -Be "disable"
$userlocal.'two-factor' | Should -Be "email"
}

AfterAll {
Expand Down

0 comments on commit 601ce0f

Please sign in to comment.