]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_ceph_argparse: fix typo
authorSage Weil <sage@inktank.com>
Tue, 15 Oct 2013 23:50:05 +0000 (16:50 -0700)
committerSage Weil <sage@inktank.com>
Tue, 15 Oct 2013 23:50:05 +0000 (16:50 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/test/pybind/test_ceph_argparse.py

index 71157e1cd37ae8eda2cca892aa701a47f305fcc8..540f690472b028e50ab007aeb76c9188e0a725f2 100755 (executable)
@@ -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'])