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 @@ -27,7 +27,7 @@ Describe "Verify the Binaries SHA256 Hash" {
2727 }
2828
2929 It " Check ChromeDriver MacOS Hash" {
30- # VirusTotal Scan URL = https://www.virustotal.com/gui/file/57097bb65200f003152906c831ccd226ebbd5a9fd47df46f18adc29f7d01f2f0 /detection
30+ # VirusTotal Scan URL = https://www.virustotal.com/gui/file/e19d7c2806adaea658c3f5465da0231c090e354d1339d1544a9f92501964a471 /detection
3131 $Hash = (Get-FileHash - Algorithm SHA256 - Path $PSScriptRoot \assemblies\macos\chromedriver).Hash
3232 $Hash | Should Be (Get-Content - Path $PSScriptRoot \assemblies\macos\chromedriver.sha256)
3333 }
Original file line number Diff line number Diff line change 1- 57097BB65200F003152906C831CCD226EBBD5A9FD47DF46F18ADC29F7D01F2F0
1+ E19D7C2806ADAEA658C3F5465DA0231C090E354D1339D1544A9F92501964A471
You can’t perform that action at this time.
0 commit comments