Fixed unit test.

This commit is contained in:
Michael Lazar
2016-08-03 21:44:04 -07:00
parent 4413c2b4f7
commit 158e6b5059

View File

@@ -385,6 +385,7 @@ def test_open_link_mailcap(terminal):
def test_open_link_subprocess(terminal):
url = 'http://www.test.com'
terminal.config['enable_media'] = True
with mock.patch('time.sleep'), \
mock.patch('os.system'), \