diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units.postgres.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units.postgres.xml b/tests/units.postgres.xml index 56cc533e..3442db1c 100644 --- a/tests/units.postgres.xml +++ b/tests/units.postgres.xml @@ -7,7 +7,7 @@ <php> <const name="DB_DRIVER" value="postgres" /> <const name="DB_USERNAME" value="postgres" /> - <const name="DB_PASSWORD" value="postgres" /> + <const name="DB_PASSWORD" value="" /> <const name="DB_NAME" value="kanboard_unit_test" /> </php> </phpunit>
\ No newline at end of file |