summaryrefslogtreecommitdiff
path: root/tests/test_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_task.py')
-rw-r--r--tests/test_task.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_task.py b/tests/test_task.py
index ea71e02..cc579b0 100644
--- a/tests/test_task.py
+++ b/tests/test_task.py
@@ -797,6 +797,7 @@ class TestWSGITask(unittest.TestCase):
"REMOTE_HOST",
"REMOTE_PORT",
"REQUEST_METHOD",
+ "REQUEST_URI",
"SCRIPT_NAME",
"SERVER_NAME",
"SERVER_PORT",
@@ -982,6 +983,7 @@ class DummyParser:
version = "1.0"
command = "GET"
path = "/"
+ request_uri = "/"
query = ""
url_scheme = "http"
expect_continue = False