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
1 changed files with 1 additions and 1 deletions

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,