aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tools/web/test_static_viewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/tools/web/test_static_viewer.py')
-rw-r--r--test/mitmproxy/tools/web/test_static_viewer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mitmproxy/tools/web/test_static_viewer.py b/test/mitmproxy/tools/web/test_static_viewer.py
index 138c3add..5b7ddfff 100644
--- a/test/mitmproxy/tools/web/test_static_viewer.py
+++ b/test/mitmproxy/tools/web/test_static_viewer.py
@@ -43,9 +43,9 @@ def test_save_flows_content(ctx, tmpdir):
for p in flows_path.listdir():
assert p.join('request').check(dir=1)
assert p.join('response').check(dir=1)
- assert p.join('request/_content').check(file=1)
+ assert p.join('request/content.data').check(file=1)
assert p.join('request/content').check(dir=1)
- assert p.join('response/_content').check(file=1)
+ assert p.join('response/content.data').check(file=1)
assert p.join('response/content').check(dir=1)
assert p.join('request/content/Auto.json').check(file=1)
assert p.join('response/content/Auto.json').check(file=1)