mirror of https://github.com/knative/docs.git
golang format tools (#1455)
Produced via: `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))` `goimports -w $(find -name '*.go' | grep -v vendor)`
This commit is contained in:
parent
a8f4c5da60
commit
a5aef292d2
|
@ -157,7 +157,7 @@ func checkDeployment(t *testing.T, appName, expectedOutput string) {
|
||||||
t.Fatalf("Ingress not found (ingress='%s', host='%s')", ingressAddr, serviceHost)
|
t.Fatalf("Ingress not found (ingress='%s', host='%s')", ingressAddr, serviceHost)
|
||||||
}
|
}
|
||||||
t.Logf("Curling %s/%s", ingressAddr, serviceHost)
|
t.Logf("Curling %s/%s", ingressAddr, serviceHost)
|
||||||
|
|
||||||
serviceHost = strings.Replace(serviceHost, "http://", "", 1)
|
serviceHost = strings.Replace(serviceHost, "http://", "", 1)
|
||||||
outputString := ""
|
outputString := ""
|
||||||
timeout = servingTimeout
|
timeout = servingTimeout
|
||||||
|
|
Loading…
Reference in New Issue