mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
adjust test
This commit is contained in:
parent
f75a95acea
commit
da0755106d
@ -168,7 +168,7 @@ class TestCommand:
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
command.CommandParameter('cmd', mitmproxy.types.Cmd),
|
command.CommandParameter('cmd', mitmproxy.types.Cmd),
|
||||||
command.CommandParameter('*args', mitmproxy.types.CmdArgs),
|
command.CommandParameter('args', mitmproxy.types.CmdArgs, kind=inspect.Parameter.VAR_POSITIONAL),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user