File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Describe "Verify the Binaries SHA256 Hash" {
21
21
}
22
22
23
23
It " Check ChromeDriver Linux Hash" {
24
- # VirusTotal Scan URL = https://www.virustotal.com/gui/file/3da69344b8b2b3b7e1497378672231a179eed6b3a0fdccbfacd3d053612e2547 /detection
24
+ # VirusTotal Scan URL = https://www.virustotal.com/gui/file/da1ff4d52963446f679b2175fc05af020fd4e02b92b7b3447ed51fab8f4f4d28 /detection
25
25
$Hash = (Get-FileHash - Algorithm SHA256 - Path $PSScriptRoot \assemblies\linux\chromedriver).Hash
26
26
$Hash | Should Be (Get-Content - Path $PSScriptRoot \assemblies\linux\chromedriver.sha256)
27
27
}
Original file line number Diff line number Diff line change 1
- 3DA69344B8B2B3B7E1497378672231A179EED6B3A0FDCCBFACD3D053612E2547
1
+ DA1FF4D52963446F679B2175FC05AF020FD4E02B92B7B3447ED51FAB8F4F4D28
You can’t perform that action at this time.
0 commit comments