From 960308e6bf03449dbe4a37ac38971b1a53d7c480 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Tue, 13 Sep 2022 09:12:47 +0000
Subject: [PATCH] L2SS-945: Give integration job default env value in tox

---
 tangostationcontrol/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/tox.ini b/tangostationcontrol/tox.ini
index 9bd8b804b..1431b618a 100644
--- a/tangostationcontrol/tox.ini
+++ b/tangostationcontrol/tox.ini
@@ -36,7 +36,7 @@ setenv =
     TESTS_DIR=./tangostationcontrol/integration_test/{env:TEST_MODULE:default}
     PYTHON={envpython} -m coverage run --source tangostationcontrol --parallel-mode
 commands =
-    echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE})"
+    echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE:default})"
     {envpython} -m stestr run --serial {posargs}
     {envpython} -m coverage combine
     {envpython} -m coverage html --omit='*test*' -d cover
-- 
GitLab