Skip to content

Commit 961c9c0

Browse files
committed
add test
Signed-off-by: Chris Snow <[email protected]>
1 parent 2a78856 commit 961c9c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/cli/cli_test.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,8 @@ def test_config_file_missing(self):
106106

107107
def test_autocomplete_bash(self):
108108

109-
hpecp = self.cli.CLI()
110-
hpecp.autocomplete.bash()
109+
try:
110+
hpecp = self.cli.CLI()
111+
hpecp.autocomplete.bash()
112+
except Exception:
113+
self.fail("Unexpected exception.")

0 commit comments

Comments
 (0)