mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Fix test_register.py flake8-bugbear warning
This changeset fixes a small syntax issue with one of the tests that is being picked up by the new version of flake8-bugbear. It turns out there was an extraneous comma left in the test. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -322,7 +322,7 @@ def test_register_from_invite(
|
|||||||
"+12024900460",
|
"+12024900460",
|
||||||
"somreallyhardthingtoguess",
|
"somreallyhardthingtoguess",
|
||||||
"sms_auth",
|
"sms_auth",
|
||||||
),
|
)
|
||||||
mock_get_invited_user_by_id.assert_called_once_with(sample_invite["id"])
|
mock_get_invited_user_by_id.assert_called_once_with(sample_invite["id"])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user