From b4317d50475b94563452ebd3f8edceac6608cbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Thu, 27 Jan 2022 15:22:41 +0100 Subject: [PATCH] typo --- tests/test_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,