notify-api-742 don't write phone numbers to db

This commit is contained in:
Kenneth Kehl
2024-01-16 11:21:24 -08:00
parent 5af876a963
commit f9f1013f5b
16 changed files with 124 additions and 76 deletions

View File

@@ -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
)