Update test/e2e/windows/host_process.go

Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
This commit is contained in:
Claudiu Belu 2022-05-05 18:34:17 +03:00 committed by GitHub
parent 8d98e53b78
commit 47e7461209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ const (
throw "Contents of /etc/secret/foo.txt are not as expected"
}
if ($env:NODE_NAME_TEST -ne $env:COMPUTERNAME) {
throw "NODE_NAME_TEST env var ($NODE_NAME_TEST) does not equal COMPUTERNAME ($env:COMPUTERNAME)"
throw "NODE_NAME_TEST env var ($env:NODE_NAME_TEST) does not equal COMPUTERNAME ($env:COMPUTERNAME)"
}
Write-Output "SUCCESS"`
)