summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaozhe.Chen <chaozhe.chen@easystack.cn>2015-12-03 14:09:40 +0800
committerChaozhe.Chen <chaozhe.chen@easystack.cn>2015-12-03 14:17:43 +0800
commitc6cb6b11bcf41436abd92ac88ae47c04cb003393 (patch)
tree1ced8fd1b6fd4a9968996c56ef2b9d34b25d7efa
parent3fac5df62617f2c0c5dd6164faffee8000e45f18 (diff)
downloadpython-ceilometerclient-c6cb6b11bcf41436abd92ac88ae47c04cb003393.tar.gz
Remove duplicated assert
Change-Id: I7159129411254a940122a88941a642feb6d72ef2
-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,