mirror of https://github.com/docker/compose.git
Fix stray test regression
This commit is contained in:
parent
08e4468bdb
commit
8291d36eaf
|
@ -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())
|
||||
|
||||
|
|
Loading…
Reference in New Issue