mirror of https://github.com/docker/compose.git
Fix the failing test.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
b903217a4a
commit
3ee8437eaa
|
@ -230,10 +230,9 @@ class ServiceTest(DockerClientTestCase):
|
|||
'figtest_db_2',
|
||||
'figtest_db_3:db_3'])
|
||||
|
||||
db.start_container()
|
||||
db.start_container()
|
||||
db.start_container()
|
||||
web.start_container()
|
||||
for _ in range(3):
|
||||
create_and_start_container(db)
|
||||
create_and_start_container(web)
|
||||
|
||||
self.assertEqual(
|
||||
set(web.containers()[0].links()),
|
||||
|
|
Loading…
Reference in New Issue