Skip to content

Commit 66394d3

Browse files
author
anamnavi
committed
fix test expected result
1 parent 91ba031 commit 66394d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PublishPSResourceTests/PublishPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {
361361
{
362362
$infoRecord | Should -Not -BeNullOrEmpty
363363
$infoRecord[0].Tags | Should -Be "PSRGContainerRegistryUnauthenticatedCheck"
364-
$infoRecord[0].MessageData | Should -Be "Value of isRepositoryUnauthenticated: $isRegistryUnauthenticatedCheckRequired"
364+
$infoRecord[0].MessageData | Should -Be "Value of isRepositoryUnauthenticated: False"
365365
}
366366
}
367367

0 commit comments

Comments
 (0)