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 083210d commit 172ad4dCopy full SHA for 172ad4d
e2eTests/scenarios/FederatedCredentials/runtest.ps1
@@ -137,7 +137,7 @@ $noOfApps = 0
137
Get-Item "signedApps/Main App-main-Apps-$($newVersion.Major).$($newVersion.Minor).$($newVersion.Build).*/*.app" | ForEach-Object {
138
$appFile = $_.FullName
139
Write-Host "Check that $appFile was signed"
140
- [System.Text.Encoding]::Ascii.GetString([System.IO.File]::ReadAllBytes($appFile)).indexof('DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA') | Should -BeGreaterThan -1
+ [System.Text.Encoding]::Ascii.GetString([System.IO.File]::ReadAllBytes($appFile)).indexof('DigiCert Trusted G4 TimeStamping RSA4096 SHA') | Should -BeGreaterThan -1
141
$noOfApps++
142
}
143
# Check that two apps were signed
0 commit comments