diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-25 16:36:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 16:36:56 +0000 |
commit | a54a44734f4f8948db13b5498d7f3931a102e54c (patch) | |
tree | 72f73941fa7a5c92b62dff289449a9cabac3a02f /changelog.d | |
parent | Fix nginx example in ACME doc. (#4923) (diff) | |
download | synapse-a54a44734f4f8948db13b5498d7f3931a102e54c.tar.xz |
Use an explicit dbname for postgres connections in the tests. (#4928)
I don't have a database with the same name as my user, so leaving the database name unset fails. While we're at it, clear out some unused stuff in the test setup.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4928.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4928.misc b/changelog.d/4928.misc new file mode 100644 index 0000000000..3a21752551 --- /dev/null +++ b/changelog.d/4928.misc @@ -0,0 +1 @@ +Use an explicit dbname for postgres connections in the tests. |