فهرست منبع

Fix stray test regression

Aanand Prasad 12 سال پیش
والد
کامیت
8291d36eaf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/service_test.py

+ 1 - 1
tests/service_test.py

@@ -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())