We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c872c commit 8e31febCopy full SHA for 8e31feb
test/test_board.py
@@ -449,5 +449,5 @@ def test_board_details_no_flags(run_command):
449
assert result.ok
450
result = run_command("board details")
451
assert not result.ok
452
- assert "Error getting board details: parsing fqbn: invalid fqbn:"
+ assert "Error getting board details: parsing fqbn: invalid fqbn:" in result.stderr
453
assert result.stdout == ""
0 commit comments