From 9631521805d998df4d588825cd7a27a8621f18f8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 6 Sep 2017 01:21:23 -0400 Subject: [PATCH] Trying harder --- tests/test_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_objects.py b/tests/test_objects.py index 3d797a8..411fd7c 100644 --- a/tests/test_objects.py +++ b/tests/test_objects.py @@ -30,7 +30,7 @@ else: @mock.patch.dict(os.environ, {'BROWSER': 'safari'}) @mock.patch('sys.platform', 'darwin') @mock_isfile -def test_patch_webbrowser(which, isfile): +def test_patch_webbrowser(*_): # Make sure that webbrowser re-generates the browser list using the # mocked environment