aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests/test_cli_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
-rw-r--r--lib/python/qmk/tests/test_cli_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py
index c9d632517..9a9dc4b95 100644
--- a/lib/python/qmk/tests/test_cli_commands.py
+++ b/lib/python/qmk/tests/test_cli_commands.py
@@ -40,7 +40,7 @@ def test_pyformat():
40 40
41 41
42def test_list_keyboards(): 42def test_list_keyboards():
43 result = check_subcommand('list_keyboards') 43 result = check_subcommand('list-keyboards')
44 assert result.returncode == 0 44 assert result.returncode == 0
45 # check to see if a known keyboard is returned 45 # check to see if a known keyboard is returned
46 # this will fail if handwired/onekey/pytest is removed 46 # this will fail if handwired/onekey/pytest is removed