mirror of https://github.com/docker/docs.git
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…
Reference in New Issue