Skip to content

Commit

Permalink
Fix autoformat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj committed Nov 9, 2024
1 parent 6437639 commit 8536867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_get_site_url_negative(settings, custom_settings):
def test_password_reset_email_link(user):
context = user.reset_password_context()
html_body = get_html_body("registration/password_reset.html", context)
assert f"{ context['site_url'] }/password/reset/confirm/{ context['user'].id }/{ context['token'] }" in html_body
assert f"{context['site_url']}/password/reset/confirm/{context['user'].id}/{context['token']}" in html_body

0 comments on commit 8536867

Please sign in to comment.