diff options
| author | Ryan <fauxpark@gmail.com> | 2023-05-06 23:00:27 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 14:00:27 +0100 |
| commit | 578102b40056693de8a92b49cd0c48e51ff4ad4a (patch) | |
| tree | a8587bead7a13a97004d7aadb725b46c5e3feb36 /lib/python/qmk/tests/test_cli_commands.py | |
| parent | dea9912cc996053e659be679c61f55c4bf46deda (diff) | |
Fix `test_json2c_no_json()` (#20756)
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
| -rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 2 |
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 176a52a35a..13359808a0 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
| @@ -168,7 +168,7 @@ def test_json2c_wrong_json(): | |||
| 168 | 168 | ||
| 169 | 169 | ||
| 170 | def test_json2c_no_json(): | 170 | def test_json2c_no_json(): |
| 171 | result = check_subcommand('json2c', 'keyboards/handwired/pytest/config.h') | 171 | result = check_subcommand('json2c', 'keyboards/handwired/pytest/basic/keymaps/default/keymap.c') |
| 172 | check_returncode(result, [1]) | 172 | check_returncode(result, [1]) |
| 173 | assert 'Invalid JSON encountered' in result.stdout | 173 | assert 'Invalid JSON encountered' in result.stdout |
| 174 | 174 | ||
