summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_targets.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2021-12-12 21:36:44 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2021-12-12 21:36:44 +0000
commit9bea8c452ffea1d9ff78a1bc3ce5c4d2f0d6b95f (patch)
tree17be138c1c40cbbc9be3726a3d35b0a114b94b0d /test/test_python_targets.py
parent4b3efcea0dfcc842fb1a0f62b610652323844d35 (diff)
downloadunit-9bea8c452ffea1d9ff78a1bc3ce5c4d2f0d6b95f.tar.gz
unit-9bea8c452ffea1d9ff78a1bc3ce5c4d2f0d6b95f.tar.bz2
Tests: fixed type of applications.
Diffstat (limited to 'test/test_python_targets.py')
-rw-r--r--test/test_python_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_python_targets.py b/test/test_python_targets.py
index e5dca870..8e9ecb87 100644
--- a/test/test_python_targets.py
+++ b/test/test_python_targets.py
@@ -21,7 +21,7 @@ class TestPythonTargets(TestApplicationPython):
],
"applications": {
"targets": {
- "type": "python",
+ "type": self.get_application_type(),
"working_directory": option.test_dir
+ "/python/targets/",
"path": option.test_dir + '/python/targets/',