提交 8b2d1ec2 编写于 作者: B Ben Ebsworth

fixed registryEndpoint string

上级 637262ce
{
"Hint: This is not a URL, come on.": "",
"Holy cow I'm in a loop!": "Something else",
"This was a choice: %s": "Something"
"This is a variable with a string assigned": "",
"This was a choice: %s": "Something",
"Wow another string: %s": ""
}
\ No newline at end of file
......@@ -211,7 +211,7 @@ func testRegistry(t *testing.T) {
t.Fatalf("failed to read minikubeIP: %v", err)
}
registryEndpoint := "http://" + strings.TrimSpace(s) + "5000"
registryEndpoint := "http://" + strings.TrimSpace(s) + ":5000"
u, err := url.Parse(registryEndpoint)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册