Tests: fixed "negative workers" test.

This commit is contained in:
Andrey Zelenkov
2017-12-12 18:54:27 +03:00
parent 67d72d46f7
commit f7c386ece3

View File

@@ -132,7 +132,7 @@ class TestUnitConfiguration(unit.TestUnitControl):
{
"app": {
"type": "python",
"workers": 1,
"workers": -1,
"path": "/app",
"module": "wsgi"
}