From a36de0715bba890fdc11f1b2f64adbf459e0e10a Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 8 Jun 2020 11:56:10 +0300 Subject: [PATCH] Import CONFIG_DIR --- integration-tests/test_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test_proxy.py b/integration-tests/test_proxy.py index 9b37f40..fd8946c 100644 --- a/integration-tests/test_proxy.py +++ b/integration-tests/test_proxy.py @@ -9,7 +9,7 @@ import toml from tornado.httpclient import HTTPClient, HTTPRequest, HTTPClientError import pytest -from tljh.config import reload_component, set_config_value, CONFIG_FILE +from tljh.config import reload_component, set_config_value, CONFIG_FILE, CONFIG_DIR def test_manual_https(preserve_config):