[windows] Update mongosh signature (#11181)

This commit is contained in:
Shamil Mubarakshin
2024-12-13 11:54:00 +01:00
committed by GitHub
parent 87aba9f412
commit 9a4df3f591

View File

@@ -50,7 +50,7 @@ if (Test-IsWin25) {
Install-Binary -Type MSI ` Install-Binary -Type MSI `
-Url $mongoshDownloadUrl ` -Url $mongoshDownloadUrl `
-ExpectedSignature 'F2D7C28591847BB2CB2B1C2A0C59459FDC728A38' -ExpectedSignature 'A5BBE2A6DA1D2A6E057EF870267E6A91E4D56BAA'
} }
Invoke-PesterTests -TestFile "Databases" -TestName "MongoDB" Invoke-PesterTests -TestFile "Databases" -TestName "MongoDB"