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))