From 158e6b5059af87dca144c0918aa75dbbff41f8d3 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 3 Aug 2016 21:44:04 -0700 Subject: [PATCH] Fixed unit test. --- tests/test_terminal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_terminal.py b/tests/test_terminal.py index c53c577..ad538a7 100644 --- a/tests/test_terminal.py +++ b/tests/test_terminal.py @@ -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'), \