bdd: Fix request list for :stop test.
We changed the URL in the last commit but forgot to adjust that.
This commit is contained in:
parent
eb232734b4
commit
39def173ca
@ -159,5 +159,5 @@ Feature: Various utility commands.
|
|||||||
And I run :stop
|
And I run :stop
|
||||||
And I wait 2s
|
And I wait 2s
|
||||||
Then the requests should be:
|
Then the requests should be:
|
||||||
custom/redirect-later
|
custom/redirect-later?delay=2
|
||||||
# no request on / because we stopped the redirect
|
# no request on / because we stopped the redirect
|
||||||
|
Loading…
Reference in New Issue
Block a user