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:
Tim Abbott
2020-04-29 22:57:37 -07:00
parent 34cd0d3530
commit 8bba5dc6b6

View File

@@ -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'),