From f7c386ece3791ec20412a1010287527f2b4ffc56 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Tue, 12 Dec 2017 18:54:27 +0300 Subject: Tests: fixed "negative workers" test. --- test/test_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_configuration.py') diff --git a/test/test_configuration.py b/test/test_configuration.py index 8d913077..7853bb21 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -132,7 +132,7 @@ class TestUnitConfiguration(unit.TestUnitControl): { "app": { "type": "python", - "workers": 1, + "workers": -1, "path": "/app", "module": "wsgi" } -- cgit