mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-02 12:49:01 -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",
|
||||
"somreallyhardthingtoguess",
|
||||
"sms_auth",
|
||||
),
|
||||
)
|
||||
mock_get_invited_user_by_id.assert_called_once_with(sample_invite["id"])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user