mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
notify-api-742 don't write phone numbers to db
This commit is contained in:
@@ -159,7 +159,7 @@ def test_get_all_notifications(client, sample_notification):
|
||||
"version": 1,
|
||||
}
|
||||
|
||||
assert notifications["notifications"][0]["to"] == "+447700900855"
|
||||
assert notifications["notifications"][0]["to"] == "1"
|
||||
assert notifications["notifications"][0]["service"] == str(
|
||||
sample_notification.service_id
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user