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('*args', mitmproxy.types.CmdArgs),
|
||||
command.CommandParameter('args', mitmproxy.types.CmdArgs, kind=inspect.Parameter.VAR_POSITIONAL),
|
||||
],
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue