From e21bdab2c0c7d0ef46abb6f324152934c9e3e3cb Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 4 Aug 2016 02:14:46 +0200 Subject: [PATCH] rename function to remove duplicate --- tests/end2end/features/test_downloads_bdd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/test_downloads_bdd.py b/tests/end2end/features/test_downloads_bdd.py index e37eae90e..0f810a6c3 100644 --- a/tests/end2end/features/test_downloads_bdd.py +++ b/tests/end2end/features/test_downloads_bdd.py @@ -78,6 +78,6 @@ def download_open(quteproc): quteproc.send_cmd(':download-open {}'.format(cmd)) @bdd.when("I directly open the download") -def download_open(quteproc): +def download_open_with_prompt(quteproc): cmd = '{} -c pass'.format(shlex.quote(sys.executable)) quteproc.send_cmd(':prompt-open-download {}'.format(cmd))