Skip to content

Commit

Permalink
Merge pull request moby#25478 from yuexiao-wang/fixfuncname
Browse files Browse the repository at this point in the history
Modify func name in integration-cli
  • Loading branch information
vdemeester authored Aug 8, 2016
2 parents 8b69fc4 + 427869f commit 842d69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-cli/docker_cli_registry_user_agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 842d69d

Please sign in to comment.