mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
Fix linting
This commit is contained in:
parent
a9ab882866
commit
a431b41e6e
6 changed files with 2 additions and 9 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue