diff options
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 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", |