mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
test_fixtures: Include LOCAL_DATABASE_PASSWORD in digest.
This ensures that if one deletes `zproject/dev-secrets.conf`, we end up rebuilding the databases from scratch (which, critically, will ensure the password that gets setup matches what's in the current version of the configuration file). This should address a category of issue we've had where deleting `zproject/dev-secrets.conf` would result in provision failing.
This commit is contained in:
parent
34cd0d3530
commit
8bba5dc6b6
@ -79,6 +79,7 @@ class Database:
|
||||
return json.dumps(value, sort_keys=True)
|
||||
|
||||
return [
|
||||
get('LOCAL_DATABASE_PASSWORD'),
|
||||
get('INTERNAL_BOTS'),
|
||||
get('REALM_INTERNAL_BOTS'),
|
||||
get('DISABLED_REALM_INTERNAL_BOTS'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user