From: Alfredo Deza Date: Tue, 30 Jul 2013 22:33:14 +0000 (-0400) Subject: remove a no longer relevant assertion for test_install X-Git-Tag: v1.2~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25%2Fhead;p=ceph-deploy.git remove a no longer relevant assertion for test_install Signed-off-by: Alfredo Deza --- 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