Tests: fixed "negative workers" test.
This commit is contained in:
@@ -132,7 +132,7 @@ class TestUnitConfiguration(unit.TestUnitControl):
|
||||
{
|
||||
"app": {
|
||||
"type": "python",
|
||||
"workers": 1,
|
||||
"workers": -1,
|
||||
"path": "/app",
|
||||
"module": "wsgi"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user