Merge pull request #815 from dnephin/fix_the_build

Fix the failing test
This commit is contained in:
Aanand Prasad 2015-01-09 12:36:09 +00:00
commit 4ef2e21cca
1 changed files with 3 additions and 4 deletions

View File

@ -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()),