From 250a0863f6ed05ea40c8ae11819523dbf0d0f4ff Mon Sep 17 00:00:00 2001 From: WTFKr0 Date: Mon, 6 Feb 2017 14:18:12 +0100 Subject: [PATCH] Tab Lint Signed-off-by: WTFKr0 --- integration/docker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/docker_test.go b/integration/docker_test.go index 9fc2fa5a7..4aa6f0b7b 100644 --- a/integration/docker_test.go +++ b/integration/docker_test.go @@ -110,7 +110,7 @@ func (s *DockerSuite) TestDefaultDockerContainers(c *check.C) { client := &http.Client{} req, err := http.NewRequest("GET", "http://127.0.0.1:8000/version", nil) c.Assert(err, checker.IsNil) - req.Host = fmt.Sprintf("%s.docker.localhost", strings.Replace(name, "_", "-", -1)) + req.Host = fmt.Sprintf("%s.docker.localhost", strings.Replace(name, "_", "-", -1)) resp, err := client.Do(req) c.Assert(err, checker.IsNil)