mirror of
https://github.com/platformio/platformio-core.git
synced 2026-04-21 09:08:49 +02:00
Fix tests/commands/test_init.py
This commit is contained in:
+1
-1
Submodule docs updated: 41f192fc0b...22080ab244
@@ -156,5 +156,5 @@ def test_init_custom_framework(clirunner, validate_cliresult):
|
||||
def test_init_incorrect_board(clirunner):
|
||||
result = clirunner.invoke(cmd_init, ["-b", "missed_board"])
|
||||
assert result.exit_code == 2
|
||||
assert 'Error: Invalid value for "-b" / "--board' in result.output
|
||||
assert "Error: Invalid value for" in result.output
|
||||
assert isinstance(result.exception, SystemExit)
|
||||
|
||||
Reference in New Issue
Block a user