mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 16:11:11 -04:00
fix flake8
This commit is contained in:
@@ -377,7 +377,7 @@ def test_search_recipient_form(
|
||||
assert page.select_one('label[for=to]').text.strip() == expected_search_box_label
|
||||
|
||||
recipient_inputs = page.select("input[name=to]")
|
||||
assert(len(recipient_inputs) == 2)
|
||||
assert (len(recipient_inputs) == 2)
|
||||
|
||||
for field in recipient_inputs:
|
||||
assert field.get("value") == expected_search_box_contents
|
||||
|
||||
Reference in New Issue
Block a user