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