Skip to content

Commit

Permalink
[windows] Update mongosh signature (actions#11181)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin authored Dec 13, 2024
1 parent 87aba9f commit 9a4df3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Install-MongoDB.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (Test-IsWin25) {

Install-Binary -Type MSI `
-Url $mongoshDownloadUrl `
-ExpectedSignature 'F2D7C28591847BB2CB2B1C2A0C59459FDC728A38'
-ExpectedSignature 'A5BBE2A6DA1D2A6E057EF870267E6A91E4D56BAA'
}

Invoke-PesterTests -TestFile "Databases" -TestName "MongoDB"

0 comments on commit 9a4df3f

Please sign in to comment.