Browse code

integration-cli: fix test name typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2015/12/05 19:42:46
Showing 1 changed files
... ...
@@ -143,7 +143,7 @@ func (s *DockerTrustSuite) TestTrustedPushWithDeprecatedEnvPasswords(c *check.C)
143 143
 	c.Assert(out, checker.Contains, "Signing and pushing trust metadata", check.Commentf("Missing expected output on trusted push"))
144 144
 }
145 145
 
146
-func (s *DockerTrustSuite) TestTrustedPushWithFaillingServer(c *check.C) {
146
+func (s *DockerTrustSuite) TestTrustedPushWithFailingServer(c *check.C) {
147 147
 	repoName := fmt.Sprintf("%v/dockercli/trusted:latest", privateRegistryURL)
148 148
 	// tag the image and upload it to the private registry
149 149
 	dockerCmd(c, "tag", "busybox", repoName)