From 6a077f5d5a07c56190b63f9cdae5d76a816a7261 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Feb 2016 21:38:23 +0100 Subject: [PATCH] Fix lint. --- tests/integration/features/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/features/conftest.py b/tests/integration/features/conftest.py index 9c47d1337..03559ede7 100644 --- a/tests/integration/features/conftest.py +++ b/tests/integration/features/conftest.py @@ -212,7 +212,6 @@ def path_should_be_loaded(quteproc, path): This is usally the better check compared to "should be requested" as the page could be loaded from local cache. """ - url = quteproc.path_to_url(path) quteproc.wait_for_load_finished(path)