Skip to content

Commit

Permalink
Fixed leftover from internal test environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cohdjn committed Apr 6, 2021
1 parent 1e9af13 commit 90049e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/DSC_WindowsEventLog.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 90049e1

Please sign in to comment.