From c1a3b06d03c01e4ed40018944b90e6347ebf77d7 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 22 Apr 2019 18:20:53 +0300 Subject: Tests: using "pass" option instead of deprecated "application". --- test/unit/applications/tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/applications/tls.py') diff --git a/test/unit/applications/tls.py b/test/unit/applications/tls.py index 1e1f3675..83cc1a03 100644 --- a/test/unit/applications/tls.py +++ b/test/unit/applications/tls.py @@ -78,7 +78,7 @@ distinguished_name = req_distinguished_name self.conf( { - "listeners": {"*:7080": {"application": name}}, + "listeners": {"*:7080": {"pass": "applications/" + name}}, "applications": { name: { "type": "python", -- cgit