mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +02:00
Fix test for image-declared volumes
A stray 'fig' got lost in the merge post-rename, meaning the containers weren't being cleaned up properly. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
ef027599f7
commit
1476027410
@ -189,7 +189,7 @@ class ServiceTest(DockerClientTestCase):
|
|||||||
|
|
||||||
def test_recreate_containers_with_image_declared_volume(self):
|
def test_recreate_containers_with_image_declared_volume(self):
|
||||||
service = Service(
|
service = Service(
|
||||||
project='figtest',
|
project='composetest',
|
||||||
name='db',
|
name='db',
|
||||||
client=self.client,
|
client=self.client,
|
||||||
build='tests/fixtures/dockerfile-with-volume',
|
build='tests/fixtures/dockerfile-with-volume',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user