Tests: check application configuration loading.

This commit is contained in:
Andrey Zelenkov
2019-04-26 17:35:26 +03:00
parent 6a6bc63c48
commit 644e6df687
8 changed files with 12 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ class TestApplicationPython(TestApplicationProto):
script_path = self.current_dir + '/python/' + script
self.conf(
self._load_conf(
{
"listeners": {"*:7080": {"pass": "applications/" + name}},
"applications": {