Fix stray test regression

This commit is contained in:
Aanand Prasad 2013-12-20 19:30:31 +00:00
parent 08e4468bdb
commit 8291d36eaf
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class ServiceTest(DockerClientTestCase):
client=self.client,
build='this/does/not/exist/and/will/throw/error',
)
container = service.start()
container = service.start_container()
container.wait()
self.assertIn('success', container.logs())