aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_filt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_filt.py')
-rw-r--r--test/test_filt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_filt.py b/test/test_filt.py
index dfb2b3e1..6c9df232 100644
--- a/test/test_filt.py
+++ b/test/test_filt.py
@@ -74,7 +74,7 @@ class uParsing(libpry.AutoTree):
class uMatching(libpry.AutoTree):
def req(self):
conn = flow.ClientConnect(("one", 2222))
- headers = flow.Headers()
+ headers = flow.ODict()
headers["header"] = ["qvalue"]
return flow.Request(
conn,
@@ -89,7 +89,7 @@ class uMatching(libpry.AutoTree):
def resp(self):
q = self.req()
- headers = flow.Headers()
+ headers = flow.ODict()
headers["header_response"] = ["svalue"]
return flow.Response(
q,