mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Merge pull request #815 from dnephin/fix_the_build
Fix the failing test
This commit is contained in:
commit
4ef2e21cca
@ -230,10 +230,9 @@ class ServiceTest(DockerClientTestCase):
|
|||||||
'figtest_db_2',
|
'figtest_db_2',
|
||||||
'figtest_db_3:db_3'])
|
'figtest_db_3:db_3'])
|
||||||
|
|
||||||
db.start_container()
|
for _ in range(3):
|
||||||
db.start_container()
|
create_and_start_container(db)
|
||||||
db.start_container()
|
create_and_start_container(web)
|
||||||
web.start_container()
|
|
||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
set(web.containers()[0].links()),
|
set(web.containers()[0].links()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user