]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
fix test that failed because of new help menu 82/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 18 Sep 2013 19:59:15 +0000 (15:59 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 18 Sep 2013 19:59:15 +0000 (15:59 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/tests/test_cli_mon.py

index 769e34e0c67725cc516635dc59a6231efee597f8..bcbc31c47df1e61a3d0936d1ebfb7f25d8620c4f 100644 (file)
@@ -17,9 +17,8 @@ def test_help(tmpdir, cli):
         ) as p:
         result = p.stdout.read()
     assert 'usage: ceph-deploy' in result
-    assert 'Deploy ceph monitor on remote hosts.' in result
-    assert 'positional arguments:'
-    assert 'optional arguments:'
+    assert 'positional arguments:' in result
+    assert 'optional arguments:' in result
 
 
 def test_bad_no_conf(tmpdir, cli):