From df5f139086c8b68c29d93d5c10311831ee2488aa Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 8 Jul 2019 14:41:43 +1000 Subject: [PATCH] DCD-434: Remove test for psql as we no longer install it by default. --- roles/product_common/molecule/default/tests/test_default.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/product_common/molecule/default/tests/test_default.py b/roles/product_common/molecule/default/tests/test_default.py index 26bdc54..b29ef83 100644 --- a/roles/product_common/molecule/default/tests/test_default.py +++ b/roles/product_common/molecule/default/tests/test_default.py @@ -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