Skip to content

Commit be8ba13

Browse files
committed
fix test
1 parent 280f4c0 commit be8ba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_export.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ resources:
176176
$out.resources.count | Should -Be 1
177177
$out.resources[0].name | Should -BeExactly 'TestName'
178178
$out.resources[0].kind | Should -BeExactly 'TestKind'
179-
$out.resources[0].metadata.securityContext | Should -BeExactly 'Administrator'
179+
$out.resources[0].metadata.securityContext | Should -BeExactly 'Elevated'
180180
$out.resources[0].properties.psobject.properties.name | Should -Not -Contain '_kind'
181181
$out.resources[0].properties.psobject.properties.name | Should -Not -Contain '_securityContext'
182182
$out.resources[0].properties.psobject.properties.name | Should -Not -Contain '_name'

0 commit comments

Comments
 (0)