1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #29929 from aaronlehmann/secret-test-fix

Fix TestSecretCreateWithLabels nondeterminism
This commit is contained in:
Akihiro Suda 2017-01-06 13:47:08 +09:00 committed by GitHub
commit bf8cdb9172

View file

@ -55,7 +55,7 @@ func (s *DockerSwarmSuite) TestSecretCreateWithLabels(c *check.C) {
func (s *DockerSwarmSuite) TestSecretCreateResolve(c *check.C) {
d := s.AddDaemon(c, true, true)
name := "foo"
name := "test_secret"
id := d.CreateSecret(c, swarm.SecretSpec{
swarm.Annotations{
Name: name,