Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
da1910 committed Jan 2, 2024
1 parent 3dea090 commit a0b7ade
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def try_parse_and_assert_failed(response):
return exception_info


def get_session_from_mock_factory_with_refresh_token(
refresh_token: str
):
def get_session_from_mock_factory_with_refresh_token(refresh_token: str):
mock_factory = Mock()
mock_factory._auth = Mock()
mock_factory._auth.refresh_token = MagicMock(
Expand Down

0 comments on commit a0b7ade

Please sign in to comment.