From cb3fc0f039da0921d8777c25230fe3c6910173ab Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 8 Mar 2024 12:25:09 -0800 Subject: [PATCH] update test --- tests/app/main/views/test_send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index 4443f9690..d268ca3a8 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -2607,7 +2607,7 @@ def test_preview_notification_shows_preview( when, ): with client_request.session_transaction() as session: - session["recipient"] = "555-555-5555" + session["recipient"] = "15555555555" session["placeholders"] = {} page = client_request.get(