summaryrefslogtreecommitdiff
path: root/ceilometerclient/tests/unit/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'ceilometerclient/tests/unit/test_shell.py')
-rw-r--r--ceilometerclient/tests/unit/test_shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ceilometerclient/tests/unit/test_shell.py b/ceilometerclient/tests/unit/test_shell.py
index 23d323f..30ca353 100644
--- a/ceilometerclient/tests/unit/test_shell.py
+++ b/ceilometerclient/tests/unit/test_shell.py
@@ -103,7 +103,6 @@ class ShellBashCompletionTest(ShellTestBase):
def test_bash_completion(self):
completion_commands = self.shell("bash-completion")
options = completion_commands.split(' ')
- self.assertNotIn('bash-completion', options)
self.assertNotIn('bash_completion', options)
for option in options:
self.assertThat(option,