diff --git a/tests/test_service.py b/tests/test_service.py index a5fa324..cf82dfe 100644 --- a/tests/test_service.py +++ b/tests/test_service.py @@ -52,7 +52,7 @@ class TestDefault: "image": "repo/image:tag", "volumes": [ "${CONFIGDIR}/some/config:/path/to/some/config", - "CONFIGDIR/other/config:/path/to/other/config", + "$CONFIGDIR/other/config:/path/to/other/config", ] }), parent=None,