From 2649e576910b4a90b6a50db3612f1a2b4c6d9f1a Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 16 Dec 2017 10:56:31 +1300 Subject: minor: fix key bindings, adjust flow command presentation Fixes #2681 --- test/mitmproxy/test_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/mitmproxy/test_command.py b/test/mitmproxy/test_command.py index 066cbf15..47680c99 100644 --- a/test/mitmproxy/test_command.py +++ b/test/mitmproxy/test_command.py @@ -153,7 +153,7 @@ def test_simple(): def test_typename(): assert command.typename(str, True) == "str" assert command.typename(typing.Sequence[flow.Flow], True) == "[flow]" - assert command.typename(typing.Sequence[flow.Flow], False) == "flowspec" + assert command.typename(typing.Sequence[flow.Flow], False) == "[flow]" assert command.typename(command.Cuts, True) == "[cuts]" assert command.typename(typing.Sequence[command.Cut], False) == "[cut]" -- cgit v1.2.3