Merge pull request #25478 from yuexiao-wang/fixfuncname

Modify func name in integration-cli
Upstream-commit: 842d69d105f27e86137eb54caf014c95e9cb2c9d
Component: engine
This commit is contained in:
Vincent Demeester
2016-08-08 11:03:25 +02:00
committed by GitHub

View File

@ -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