Skip to content

Commit

Permalink
Updated webapp unit test with new phone number configuration settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
emxsys committed Nov 4, 2020
1 parent e3cea4f commit d7898c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def myapp():

master_config = {
"DB_FILE": db_path,
"PHONE_DISPLAY_FORMAT": "###-###-####",
"PHONE_DISPLAY_SEPARATOR": "-",
}

app.config['MASTER_CONFIG'] = master_config
Expand Down

0 comments on commit d7898c2

Please sign in to comment.