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

@@ -60,7 +60,7 @@ class TestApplicationJava(TestApplicationProto):
self.conf(
{
"listeners": {"*:7080": {"application": script}},
"listeners": {"*:7080": {"pass": "applications/" + script}},
"applications": {
script: {
"unit_jars": self.pardir + '/build',