FIx expected message in test_invocations
This commit is contained in:
parent
a21cd9f56e
commit
dc8396986e
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user