aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flow.py')
-rw-r--r--test/test_flow.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index d220381d..59d130f7 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -835,9 +835,6 @@ class TestResponse:
resp.content = None
assert resp._assemble()
- resp.request.client_conn.close = True
- assert "connection: close" in resp._assemble()
-
resp.content = flow.CONTENT_MISSING
assert not resp._assemble()