mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +02:00
Fix stray test regression
This commit is contained in:
parent
08e4468bdb
commit
8291d36eaf
@ -137,7 +137,7 @@ class ServiceTest(DockerClientTestCase):
|
|||||||
client=self.client,
|
client=self.client,
|
||||||
build='this/does/not/exist/and/will/throw/error',
|
build='this/does/not/exist/and/will/throw/error',
|
||||||
)
|
)
|
||||||
container = service.start()
|
container = service.start_container()
|
||||||
container.wait()
|
container.wait()
|
||||||
self.assertIn('success', container.logs())
|
self.assertIn('success', container.logs())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user