From 39def173cac874709d89de695de0f5bc69bc93e8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 21 Nov 2015 15:31:19 +0100 Subject: [PATCH] bdd: Fix request list for :stop test. We changed the URL in the last commit but forgot to adjust that. --- tests/integration/features/misc.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index 556324ab4..2070c323c 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -159,5 +159,5 @@ Feature: Various utility commands. And I run :stop And I wait 2s Then the requests should be: - custom/redirect-later + custom/redirect-later?delay=2 # no request on / because we stopped the redirect