From 94c90d9b9160643f18978c36b69a972de3747c99 Mon Sep 17 00:00:00 2001 From: diginc Date: Sun, 5 Nov 2017 21:30:32 -0600 Subject: [PATCH] comma --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index a7a3238..b921d4a 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -87,7 +87,7 @@ def cmd(request): @pytest.fixture(scope='module', params=['amd64']) def persist_arch(request): - '''amd64 only dnsmasq will not start under qemu-user-static :(''' + '''amd64 only, dnsmasq will not start under qemu-user-static :(''' return request.param @pytest.fixture(scope='module', params=['debian', 'alpine'])