From 7b575460d5731f519e49af267709383e6e56f48a Mon Sep 17 00:00:00 2001
From: Florian Bruhin <git@the-compiler.org>
Date: Sat, 30 Apr 2016 19:08:36 +0200
Subject: [PATCH] Fix URL for :quickmark-save test

We never noticed this because CherryPy handled this incorrectly in
versions < 5.3.0
---
 tests/integration/features/urlmarks.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration/features/urlmarks.feature b/tests/integration/features/urlmarks.feature
index d3b7daaf5..217f4012c 100644
--- a/tests/integration/features/urlmarks.feature
+++ b/tests/integration/features/urlmarks.feature
@@ -79,7 +79,7 @@ Feature: quickmarks and bookmarks
         Then the quickmark file should contain "six http://localhost:*/data/numbers/6.txt"
 
     Scenario: Saving a quickmark (:quickmark-save)
-        When I open http://localhost:(port)/data/numbers/7.txt
+        When I open data/numbers/7.txt
         And I run :quickmark-save
         And I wait for "Entering mode KeyMode.prompt (reason: question asked)" in the log
         And I press the keys "seven"