Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -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) |