Tests: added tests for rational numbers in upstream server weight.

This commit is contained in:
Andrei Zeliankou
2020-03-30 18:44:50 +01:00
parent 01e957ef64
commit 5954839773
2 changed files with 98 additions and 12 deletions

View File

@@ -181,7 +181,7 @@ Connection: close
check_error({"return": "200"})
check_error({"return": []})
check_error({"return": 80.})
check_error({"return": 80.1})
check_error({"return": 1000})
check_error({"return": 200, "share": "/blah"})