Browse Source

Merge pull request #891 from aanand/fix-image-volumes-test

Fix test for image-declared volumes
Aanand Prasad 10 years ago
parent
commit
74302560f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/integration/service_test.py

+ 1 - 1
tests/integration/service_test.py

@@ -189,7 +189,7 @@ class ServiceTest(DockerClientTestCase):
 
     def test_recreate_containers_with_image_declared_volume(self):
         service = Service(
-            project='figtest',
+            project='composetest',
             name='db',
             client=self.client,
             build='tests/fixtures/dockerfile-with-volume',