diff options
Diffstat (limited to 'lib/python')
-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 3f75cef3e..f1a92d9a3 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
@@ -30,7 +30,7 @@ def test_kle2json(): | |||
30 | 30 | ||
31 | 31 | ||
32 | def test_doctor(): | 32 | def test_doctor(): |
33 | result = check_subcommand('doctor') | 33 | result = check_subcommand('doctor', '-n') |
34 | assert result.returncode == 0 | 34 | assert result.returncode == 0 |
35 | assert 'QMK Doctor is checking your environment.' in result.stderr | 35 | assert 'QMK Doctor is checking your environment.' in result.stderr |
36 | assert 'QMK is ready to go' in result.stderr | 36 | assert 'QMK is ready to go' in result.stderr |