Skip to content

Commit 4375fa9

Browse files
Fix formatting in server_client.py and ensure newline at end of test_server_client.py
1 parent 89ac086 commit 4375fa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/auth0_server_python/auth_server/server_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ async def complete_interactive_login(
662662
# ID token `iat`, used to detect a ceiling that is already past at login.
663663
issued_at = None
664664
id_token = token_response.get("id_token")
665-
665+
666666
expected_org = transaction_data.organization
667667

668668
if not user_info and not id_token and expected_org:

src/auth0_server_python/tests/test_server_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6391,4 +6391,4 @@ async def test_complete_interactive_login_milliseconds_ceiling_fails_open(mocker
63916391
assert "state_data" in result
63926392
mock_state_store.set.assert_awaited_once()
63936393
stored_state = mock_state_store.set.call_args.args[1]
6394-
assert stored_state.internal.session_expires_at is None
6394+
assert stored_state.internal.session_expires_at is None

0 commit comments

Comments
 (0)