]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-11742] rename test to be accurate
authorTravis Rhoden <trhoden@redhat.com>
Mon, 25 May 2015 14:08:22 +0000 (10:08 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Mon, 25 May 2015 14:14:12 +0000 (10:14 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/tests/test_cli_osd.py

index 39e348ba43b3ac92b643974076957bf29d684f79..fc63d656fb5b76bf176f1ad8100f2abf05d6a7eb 100644 (file)
@@ -13,7 +13,7 @@ def test_help(tmpdir, cli):
     assert 'optional arguments' in result
 
 
-def test_bad_no_conf(tmpdir, cli):
+def test_bad_subcommand(tmpdir, cli):
     with pytest.raises(cli.Failed) as err:
         with cli(
             args=['ceph-deploy', 'osd', 'fakehost:/does-not-exist'],