diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 42f9a7b9f9a0958f18b22f34aa27513e9a4833a2..f1ecbf9adc4cfc6235f4c1a24348f2d2b90bc335 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -4342,7 +4342,7 @@ func (s *DockerSuite) TestRunTooLongHostname(c *check.C) { c.Assert(err, checker.NotNil, check.Commentf("Expected docker run to fail!")) c.Assert(out, checker.Contains, "invalid hostname format:", check.Commentf("Expected to have 'invalid hostname format:' in the output, get: %s!", out)) - // Addtional test cases + // Additional test cases validHostnames := map[string]string{ "hostname": "hostname", "host-name": "host-name",