From 72e987e1105822fa10899378d26b2706f04f5515 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Sun, 14 Jul 2019 23:49:31 +0300 Subject: [PATCH] Tests: check application configuration loading in TLS tests. --- test/unit/applications/tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/applications/tls.py b/test/unit/applications/tls.py index c8287ac5..0f1053bf 100644 --- a/test/unit/applications/tls.py +++ b/test/unit/applications/tls.py @@ -76,7 +76,7 @@ distinguished_name = req_distinguished_name script_path = self.current_dir + '/python/' + script - self.conf( + self._load_conf( { "listeners": {"*:7080": {"pass": "applications/" + name}}, "applications": {