From 3b72d892d5f2be3690858c702f7f06bc057498ff Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Mon, 8 Aug 2016 11:28:44 +0800 Subject: [PATCH] modify func namt from TestUserAgentPassThroughOnPull to TestUserAgentPassThrough Signed-off-by: yuexiao-wang Upstream-commit: 427869fe94c9d32daa29f964bbf4371bf2295748 Component: engine --- .../integration-cli/docker_cli_registry_user_agent_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/integration-cli/docker_cli_registry_user_agent_test.go b/components/engine/integration-cli/docker_cli_registry_user_agent_test.go index 67a950cabd..fb9a66a541 100644 --- a/components/engine/integration-cli/docker_cli_registry_user_agent_test.go +++ b/components/engine/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