Save normalized phone format to DB

This commit is contained in:
Ryan Ahearn
2023-01-06 10:02:23 -05:00
parent 82df01653f
commit 8a0535fa03
10 changed files with 36 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ from tests.app.db import (
@pytest.mark.parametrize('mobile_number', [
'2348675309',
'+447700900855',
'+12348675309'
])
def test_should_build_service_guest_list_from_mobile_number(mobile_number):