ceph / chacra

A binary/file REST API to aid in multi-distro|arch|release management
9 stars 18 forks source link

tests: remove host from test database connection #224

Closed andrewschoen closed 7 years ago

andrewschoen commented 7 years ago

This will allow local connections from both postgresql 9.3 and 9.5 to connect successfully. With version 9.5 if you specify a host it will want to verify that password, but during testing we don't want that to occur.

Signed-off-by: Andrew Schoen aschoen@redhat.com