Skip to content

Commit 172ad4d

Browse files
authored
Update signature verification
1 parent 083210d commit 172ad4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2eTests/scenarios/FederatedCredentials/runtest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $noOfApps = 0
137137
Get-Item "signedApps/Main App-main-Apps-$($newVersion.Major).$($newVersion.Minor).$($newVersion.Build).*/*.app" | ForEach-Object {
138138
$appFile = $_.FullName
139139
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
140+
[System.Text.Encoding]::Ascii.GetString([System.IO.File]::ReadAllBytes($appFile)).indexof('DigiCert Trusted G4 TimeStamping RSA4096 SHA') | Should -BeGreaterThan -1
141141
$noOfApps++
142142
}
143143
# Check that two apps were signed

0 commit comments

Comments
 (0)