From bf5322d633c882c73061eef3365dbe89be141279 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 30 Jul 2013 18:33:14 -0400 Subject: [PATCH] remove a no longer relevant assertion for test_install Signed-off-by: Alfredo Deza --- ceph_deploy/tests/test_cli_install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph_deploy/tests/test_cli_install.py b/ceph_deploy/tests/test_cli_install.py index d0a1cd3..ea24831 100644 --- a/ceph_deploy/tests/test_cli_install.py +++ b/ceph_deploy/tests/test_cli_install.py @@ -63,4 +63,3 @@ def test_simple(tmpdir): assert fake_distro.name == 'Ubuntu' assert fake_distro.release == 'precise' assert fake_distro.codename == 'cuttlefish' - assert fake_distro.sudo_conn.compile.call_count == 1 -- 2.47.3