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