mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-434: Remove test for psql as we no longer install it by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user