From c6cb6b11bcf41436abd92ac88ae47c04cb003393 Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Thu, 3 Dec 2015 14:09:40 +0800 Subject: Remove duplicated assert Change-Id: I7159129411254a940122a88941a642feb6d72ef2 --- ceilometerclient/tests/unit/test_shell.py | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.1