From d7898c25753dde6f3fee6647def2f003e8bd3a8f Mon Sep 17 00:00:00 2001 From: Bruce Schubert Date: Wed, 4 Nov 2020 12:36:56 -0800 Subject: [PATCH] Updated webapp unit test with new phone number configuration settings. --- tests/test_webapp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_webapp.py b/tests/test_webapp.py index 33ddc92..67d997a 100644 --- a/tests/test_webapp.py +++ b/tests/test_webapp.py @@ -50,6 +50,8 @@ def myapp(): master_config = { "DB_FILE": db_path, + "PHONE_DISPLAY_FORMAT": "###-###-####", + "PHONE_DISPLAY_SEPARATOR": "-", } app.config['MASTER_CONFIG'] = master_config