FIx expected message in test_invocations

This commit is contained in:
Florian Bruhin 2016-09-10 15:50:54 +02:00
parent a21cd9f56e
commit dc8396986e

View File

@ -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 ' 'your ~/.config/user-dirs.dirs. The download is saved in your '
'home directory.') 'home directory.')
line.expected = True 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() assert (home / 'download.bin').exists()