diff --git a/tests/Unit/DSC_WindowsEventLog.Tests.ps1 b/tests/Unit/DSC_WindowsEventLog.Tests.ps1 index 2fd3f29f..5110932d 100644 --- a/tests/Unit/DSC_WindowsEventLog.Tests.ps1 +++ b/tests/Unit/DSC_WindowsEventLog.Tests.ps1 @@ -202,7 +202,7 @@ try $eventLogConfiguration.LogRetentionDays | Should -BeIn (0..365) $eventLogConfiguration.LogFilePath | Should -Not -BeNullOrEmpty $eventLogConfiguration.SecurityDescriptor | Should -Not -BeNullOrEmpty - $eventLogConfiguration.RestrictGuestAccess | Should -Be $false + $eventLogConfiguration.RestrictGuestAccess | Should -Be $true } } }