Explorar o código

Fix stray test regression

Aanand Prasad %!s(int64=12) %!d(string=hai) anos
pai
achega
8291d36eaf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/service_test.py

+ 1 - 1
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())