diff --git a/tests/functional/tests/test_install.py b/tests/functional/tests/test_install.py index 478581bb1..44436b3b8 100644 --- a/tests/functional/tests/test_install.py +++ b/tests/functional/tests/test_install.py @@ -15,7 +15,7 @@ class TestInstall(object): assert File(node["conf_path"]).is_file @pytest.mark.no_docker - def test_ceph_command_exists(self, Command): + def test_ceph_command_exists(self, Command, node): assert Command.exists("ceph")