Fix linting

This commit is contained in:
Erin Song 2024-08-27 21:32:21 -07:00
parent a9ab882866
commit a431b41e6e
No known key found for this signature in database
6 changed files with 2 additions and 9 deletions

View file

@ -2242,7 +2242,7 @@ class DomainRequestTests(TestWithUser, WebTest):
session_id = self.app.cookies[settings.SESSION_COOKIE_NAME]
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
profile_page = self.app.get(f"/user-profile")
profile_page = self.app.get("/user-profile")
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
profile_form = profile_page.forms[0]