diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-04-26 17:35:26 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-04-26 17:35:26 +0300 |
commit | 644e6df687425f6eb23a79425a769e1ce5f5437b (patch) | |
tree | 47ae341a214f5e7059dfa33c614ec96c5d3496dc /test/unit/applications/lang/php.py | |
parent | 6a6bc63c48501027f01d16fbd211eb4425c1a1e8 (diff) | |
download | unit-644e6df687425f6eb23a79425a769e1ce5f5437b.tar.gz unit-644e6df687425f6eb23a79425a769e1ce5f5437b.tar.bz2 |
Tests: check application configuration loading.
Diffstat (limited to 'test/unit/applications/lang/php.py')
-rw-r--r-- | test/unit/applications/lang/php.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/applications/lang/php.py b/test/unit/applications/lang/php.py index 18c126d5..99d84164 100644 --- a/test/unit/applications/lang/php.py +++ b/test/unit/applications/lang/php.py @@ -5,7 +5,7 @@ class TestApplicationPHP(TestApplicationProto): def load(self, script, name='index.php'): script_path = self.current_dir + '/php/' + script - self.conf( + self._load_conf( { "listeners": {"*:7080": {"pass": "applications/" + script}}, "applications": { |