diff --git a/integration-cli/docker_cli_registry_user_agent_test.go b/integration-cli/docker_cli_registry_user_agent_test.go index 67a950cabd..fb9a66a541 100644 --- a/integration-cli/docker_cli_registry_user_agent_test.go +++ b/integration-cli/docker_cli_registry_user_agent_test.go @@ -59,9 +59,9 @@ func registerUserAgentHandler(reg *testRegistry, result *string) { }) } -// TestUserAgentPassThroughOnPull verifies that when an image is pulled from +// TestUserAgentPassThrough verifies that when an image is pulled from // a registry, the registry should see a User-Agent string of the form -// [docker engine UA] UptreamClientSTREAM-CLIENT([client UA]) +// [docker engine UA] UptreamClientSTREAM-CLIENT([client UA]) func (s *DockerRegistrySuite) TestUserAgentPassThrough(c *check.C) { var ( buildUA string