populate_db: Add timezones for some test users.

After failing to notice a place where we wanted to hide timezone
information, we decided to add timezones to some of the test
users, so that we can better consider the effects of timezones
when manually testing.

Testing:

* ran populate_db and confirmed users had timezones in the UI
* updated test_populate_db.py
This commit is contained in:
evykassirer
2022-02-18 15:45:14 -08:00
committed by Tim Abbott
parent d763847cb9
commit 8c3ff92964
4 changed files with 31 additions and 2 deletions

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 116
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "177.0"
PROVISION_VERSION = "178.0"