mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
notify-api-742 don't write phone numbers to db
This commit is contained in:
@@ -838,7 +838,7 @@ def test_post_sms_should_persist_supplied_sms_number(
|
||||
notifications = Notification.query.all()
|
||||
assert len(notifications) == 1
|
||||
notification_id = notifications[0].id
|
||||
assert "+(44) 77009-00855" == notifications[0].to
|
||||
assert "1" == notifications[0].to
|
||||
assert resp_json["id"] == str(notification_id)
|
||||
assert mocked.called
|
||||
|
||||
|
||||
Reference in New Issue
Block a user