From: Sage Weil Date: Tue, 15 Oct 2013 23:50:05 +0000 (-0700) Subject: test_ceph_argparse: fix typo X-Git-Tag: v0.72-rc1~46 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e550e3db5ea8dc6e32f35533911bc4922ab005f0;p=ceph.git test_ceph_argparse: fix typo Signed-off-by: Sage Weil --- diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index 71157e1cd37a..540f690472b0 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/src/test/pybind/test_ceph_argparse.py @@ -833,7 +833,7 @@ class TestOSD(TestArgparse): uuid, 'toomany'])) - def test_blackist(self): + def test_blacklist(self): for action in ('add', 'rm'): self.assert_valid_command(['osd', 'blacklist', action, '1.2.3.4/567'])