Skip to content

Commit

Permalink
Ran pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblethreat committed Mar 2, 2024
1 parent cd7fa2e commit 44d9c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/test_auth_webbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def test_auth_webbrowser_fail_webbrowser(
mock_webbrowser = MagicMock()
mock_webbrowser.open_new.return_value = False


auth = AuthByWebBrowser(
application=APPLICATION,
webbrowser_pkg=mock_webbrowser,
Expand Down Expand Up @@ -331,7 +330,6 @@ def test_auth_webbrowser_fail_webserver(_, caplog, disable_console_login):
with mock.patch(
"select.select", return_value=([mock_socket_pkg.return_value], [], [])
):

# case 1: invalid HTTP request
auth = AuthByWebBrowser(
application=APPLICATION,
Expand Down

0 comments on commit 44d9c83

Please sign in to comment.