提交 7633c038 编写于 作者: T Thomas Stromberg

Use v1.3.0 as test version to avoid 404

上级 5ce4ca0a
......@@ -77,7 +77,8 @@ func TestDriverInstallOrUpdate(t *testing.T) {
os.Setenv("PATH", fmt.Sprintf("%s:%s", path, originalPath))
newerVersion, err := semver.Make("1.1.3")
// NOTE: This should be a real version, as it impacts the downloaded URL
newerVersion, err := semver.Make("1.3.0")
if err != nil {
t.Fatalf("Expected new semver. test: %v, got: %v", tc.name, err)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册