mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
code review feedback remove print statements
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user