Fix flaky partial_change state test.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
be1476f24b
commit
5c968f9e15
2 changed files with 9 additions and 13 deletions
|
|
@ -38,8 +38,8 @@ class BasicProjectTest(ProjectTestCase):
|
|||
super(BasicProjectTest, self).setUp()
|
||||
|
||||
self.cfg = {
|
||||
'db': {'image': 'busybox:latest'},
|
||||
'web': {'image': 'busybox:latest'},
|
||||
'db': {'image': 'busybox:latest', 'command': 'top'},
|
||||
'web': {'image': 'busybox:latest', 'command': 'top'},
|
||||
}
|
||||
|
||||
def test_no_change(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue