Skip to content

Commit 6a2aa4e

Browse files
Update integration/test_auth.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dff2c95 commit 6a2aa4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/test_auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ def test_email_verification_with_settings(new_user_email_unverified, api_key):
726726
def test_verify_and_change_email_with_settings(new_user_email_unverified, api_key):
727727
_, new_email = _random_id()
728728
action_code_settings = auth.ActionCodeSettings(ACTION_LINK_CONTINUE_URL)
729-
link = auth.generate_verify_and_change_email_link(new_user_email_unverified.email, new_email,
730-
action_code_settings=action_code_settings)
729+
link = auth.generate_verify_and_change_email_link(
730+
new_user_email_unverified.email, new_email, action_code_settings=action_code_settings)
731731
assert isinstance(link, str)
732732
query_dict = _extract_link_params(link)
733733
assert query_dict['continueUrl'] == ACTION_LINK_CONTINUE_URL

0 commit comments

Comments
 (0)