Fix build failure

This commit is contained in:
Arun Prakash Jana 2017-09-09 01:21:35 +05:30
parent 94bcf90277
commit f7d000fb55
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -222,6 +222,7 @@ def test_browse(url, opened_url, platform):
mock.patch('buku.sys') as m_sys:
m_sys.platform = platform
import buku
buku.browse.suppress_browser_output = True
buku.browse(url)
m_webbrowser.open.assert_called_once_with(opened_url, new=2)