Browse Source

Fix stray test regression

Aanand Prasad 12 years ago
parent
commit
8291d36eaf
1 changed files with 1 additions and 1 deletions
  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())