parent
90686abe82
commit
ab9429e3f6
|
@ -10,6 +10,6 @@ def request(flow):
|
|||
# Only interactive tools have a view. If we have one, add a duplicate entry
|
||||
# for our flow.
|
||||
if "view" in ctx.master.addons:
|
||||
ctx.master.commands.call("view.flows.add", [flow])
|
||||
ctx.master.commands.call("view.flows.duplicate", [flow])
|
||||
flow.request.path = "/changed"
|
||||
ctx.master.commands.call("replay.client", [flow])
|
||||
|
|
Loading…
Reference in New Issue