mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +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,
|
||||
build='this/does/not/exist/and/will/throw/error',
|
||||
)
|
||||
container = service.start()
|
||||
container = service.start_container()
|
||||
container.wait()
|
||||
self.assertIn('success', container.logs())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user