DCD-434: Remove test for psql as we no longer install it by default.

This commit is contained in:
Steve Smith
2019-07-08 14:41:43 +10:00
parent 59b8903294
commit df5f139086

View File

@@ -13,8 +13,7 @@ def test_user_created(host):
@pytest.mark.parametrize('exe', [
'/usr/bin/git',
'/usr/bin/psql'
'/usr/bin/git'
])
def test_package_exes(host, exe):
assert host.file(exe).exists