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:
mattmoor-sockpuppet 2019-06-12 07:53:43 -07:00 committed by Knative Prow Robot
parent a8f4c5da60
commit a5aef292d2
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ func checkDeployment(t *testing.T, appName, expectedOutput string) {
t.Fatalf("Ingress not found (ingress='%s', host='%s')", ingressAddr, serviceHost)
}
t.Logf("Curling %s/%s", ingressAddr, serviceHost)
serviceHost = strings.Replace(serviceHost, "http://", "", 1)
outputString := ""
timeout = servingTimeout