summaryrefslogtreecommitdiffstats
path: root/python-dockering/tests/test_config_building.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-dockering/tests/test_config_building.py')
-rw-r--r--python-dockering/tests/test_config_building.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python-dockering/tests/test_config_building.py b/python-dockering/tests/test_config_building.py
index ff1b409..16ecb58 100644
--- a/python-dockering/tests/test_config_building.py
+++ b/python-dockering/tests/test_config_building.py
@@ -93,7 +93,8 @@ def test_create_envs_healthcheck():
expected = {
"SERVICE_CHECK_HTTPS": endpoint,
"SERVICE_CHECK_INTERVAL": interval,
- "SERVICE_CHECK_TIMEOUT": timeout
+ "SERVICE_CHECK_TIMEOUT": timeout,
+ "SERVICE_CHECK_TLS_SKIP_VERIFY": "true"
}
assert expected == doc.create_envs_healthcheck(docker_config)