diff --git a/tests/service_test.py b/tests/service_test.py index e3a3e625ac..841a585b26 100644 --- a/tests/service_test.py +++ b/tests/service_test.py @@ -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())