Merge branch 'main' of https://github.com/GSA/notifications-api into notify-260

This commit is contained in:
Kenneth Kehl
2023-05-30 11:47:36 -07:00
38 changed files with 305 additions and 544 deletions

View File

@@ -76,7 +76,6 @@ def test_post_to_get_inbound_sms_filters_international_user_number(admin_request
)['data']
assert len(sms) == 2
print(f'sms is: {sms}')
assert sms[1]['id'] == str(one.id)
assert sms[1]['user_number'] == str(one.user_number)