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'), \