This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protocols: fix client unit tests for go 1.13
The way to parse URLs in Go 1.13 has changed, now the `url.Parse` validates that the port is only decimals, so the content of the error message when a invalid port is used will change from "Invalid vsock port" to "invalid port", hence the expected error message in the unit tests must change. For more information about the change in Golang 1.13 see: golang/go@61bb56a fixes #772 Signed-off-by: Julio Montes <[email protected]>
- Loading branch information