diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-14 23:49:31 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-14 23:49:31 +0300 |
commit | 72e987e1105822fa10899378d26b2706f04f5515 (patch) | |
tree | 8aa6357ba53aa8d0d051d599c77b43119a95ea61 /test/unit/applications/tls.py | |
parent | ff5413f109301ff0049153a22c2b135fa94a26fb (diff) | |
download | unit-72e987e1105822fa10899378d26b2706f04f5515.tar.gz unit-72e987e1105822fa10899378d26b2706f04f5515.tar.bz2 |
Tests: check application configuration loading in TLS tests.
Diffstat (limited to 'test/unit/applications/tls.py')
-rw-r--r-- | test/unit/applications/tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |