mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 16:54:03 -04:00
Fix flake8 and isort errors
Note, isort now has default behaviour of searching recursively so we no longer need the `-rc` flag
This commit is contained in:
@@ -326,7 +326,7 @@ def test_valid_two_factor_email_link_shows_interstitial(
|
||||
assert 'action' not in form
|
||||
assert form['method'] == 'post'
|
||||
assert form['id'] == expected_form_id
|
||||
assert page.select_one('main script').text.strip() == (
|
||||
assert page.select_one('main script').string.strip() == (
|
||||
f'document.getElementById("{expected_form_id}").submit();'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user