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_asgi_lifespan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_asgi_lifespan.py') diff --git a/test/test_asgi_lifespan.py b/test/test_asgi_lifespan.py index 912d0d85..dcdd107d 100644 --- a/test/test_asgi_lifespan.py +++ b/test/test_asgi_lifespan.py @@ -67,7 +67,7 @@ class TestASGILifespan(TestApplicationPython): ], "applications": { "targets": { - "type": "python", + "type": self.get_application_type(), "processes": {"spare": 0}, "working_directory": option.test_dir + "/python/lifespan/empty", -- cgit