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_upstreams_rr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_upstreams_rr.py') diff --git a/test/test_upstreams_rr.py b/test/test_upstreams_rr.py index 163eb646..4cb6bb2e 100644 --- a/test/test_upstreams_rr.py +++ b/test/test_upstreams_rr.py @@ -274,7 +274,7 @@ Connection: close ], "applications": { "delayed": { - "type": "python", + "type": self.get_application_type(), "processes": {"spare": 0}, "path": option.test_dir + "/python/delayed", "working_directory": option.test_dir -- cgit