summaryrefslogtreecommitdiffstats
path: root/tests/units/cli/debug/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/cli/debug/test_commands.py')
-rw-r--r--tests/units/cli/debug/test_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/cli/debug/test_commands.py b/tests/units/cli/debug/test_commands.py
index 76c3648..039e09e 100644
--- a/tests/units/cli/debug/test_commands.py
+++ b/tests/units/cli/debug/test_commands.py
@@ -25,6 +25,7 @@ if TYPE_CHECKING:
pytest.param("show version", None, "1", None, "dummy", False, id="version"),
pytest.param("show version", None, None, 3, "dummy", False, id="revision"),
pytest.param("undefined", None, None, None, "dummy", True, id="command fails"),
+ pytest.param("undefined", None, None, None, "doesnotexist", True, id="Device does not exist"),
],
)
def test_run_cmd(