From dc8396986e721efa78c7dfd6fc0d00344ef7af7c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 10 Sep 2016 15:50:54 +0200 Subject: [PATCH] FIx expected message in test_invocations --- tests/end2end/test_invocations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index b79726fbf..dae273c8d 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -147,7 +147,8 @@ def test_misconfigured_user_dirs(request, httpbin, temp_basedir_env, 'your ~/.config/user-dirs.dirs. The download is saved in your ' 'home directory.') line.expected = True - quteproc_new.wait_for(category='downloads', message='Download finished') + quteproc_new.wait_for(category='downloads', + message='Download download.bin finished') assert (home / 'download.bin').exists()