Tests: using "pass" option instead of deprecated "application".

This commit is contained in:
Valentin Bartenev
2019-04-22 18:20:53 +03:00
parent 48ae47017b
commit c1a3b06d03
13 changed files with 44 additions and 39 deletions

View File

@@ -10,7 +10,7 @@ class TestApplicationPython(TestApplicationProto):
self.conf(
{
"listeners": {"*:7080": {"application": name}},
"listeners": {"*:7080": {"pass": "applications/" + name}},
"applications": {
name: {
"type": "python",