Explorar o código

Merge pull request #14428 from sunyuan3/TestPushBusyboxImage

Correct wrong comment of TestPushBusyboxImage.
Antonio Murdaca %!s(int64=10) %!d(string=hai) anos
pai
achega
61418e39d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      integration-cli/docker_cli_push_test.go

+ 1 - 1
integration-cli/docker_cli_push_test.go

@@ -12,7 +12,7 @@ import (
 	"github.com/go-check/check"
 )
 
-// pulling an image from the central registry should work
+// Pushing an image to a private registry.
 func (s *DockerRegistrySuite) TestPushBusyboxImage(c *check.C) {
 	repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
 	// tag the image to upload it to the private registry