From 9bea8c452ffea1d9ff78a1bc3ce5c4d2f0d6b95f Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Sun, 12 Dec 2021 21:36:44 +0000 Subject: Tests: fixed type of applications. --- test/test_python_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_python_targets.py') 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/', -- cgit