diff options
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
-rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py index d88437903..bb77952fa 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
@@ -57,9 +57,9 @@ def test_list_keyboards(): | |||
57 | 57 | ||
58 | 58 | ||
59 | def test_list_keymaps(): | 59 | def test_list_keymaps(): |
60 | result = check_subcommand("list-keymaps", "-kb", "planck/ez") | 60 | result = check_subcommand("list-keymaps", "-kb", "handwired/onekey/pytest") |
61 | assert result.returncode == 0 | 61 | assert result.returncode == 0 |
62 | assert "planck/ez:default" and "planck/ez:drashna" in result.stdout | 62 | assert "default" and "test" in result.stdout |
63 | 63 | ||
64 | 64 | ||
65 | def test_list_keymaps_no_keyboard_found(): | 65 | def test_list_keymaps_no_keyboard_found(): |