We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85a9a8 commit daeeb70Copy full SHA for daeeb70
test/InstallPSResourceTests/InstallPSResourceV2Server.Tests.ps1
@@ -557,7 +557,7 @@ Describe 'Test Install-PSResource for V2 Server scenarios' -tags 'CI' {
557
# Test that AuthenticodeCheck parameter displays warning on non-Windows
558
It "Install with AuthenticodeCheck on non-Windows should display warning" -Skip:(Get-IsWindows) {
559
Install-PSResource -Name $testModuleName -Repository $PSGalleryName -TrustRepository -AuthenticodeCheck -WarningVariable warn -WarningAction SilentlyContinue
560
- $warn[0] | Should -Contain "Authenticode check cannot be performed on Linux or MacOS"
+ $warn[0] | Should -Match "Authenticode check cannot be performed on Linux or MacOS"
561
$res = Get-InstalledPSResource $testModuleName
562
$res.Name | Should -Be $testModuleName
563
}
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments