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_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…
x
Reference in New Issue
Block a user