aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dump.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_dump.py')
-rw-r--r--test/test_dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_dump.py b/test/test_dump.py
index 88f1a6fd..29931759 100644
--- a/test/test_dump.py
+++ b/test/test_dump.py
@@ -52,7 +52,7 @@ def test_strfuncs():
@mock.patch("libmproxy.contentviews.get_content_view")
def test_contentview(get_content_view):
- get_content_view.side_effect = ContentViewException(""), ("x", [])
+ get_content_view.side_effect = ContentViewException(""), ("x", iter([]))
o = dump.Options(flow_detail=4, verbosity=3)
m = dump.DumpMaster(None, o, StringIO())