mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix test
This commit is contained in:
2
docs
2
docs
Submodule docs updated: bd05ccee93...7ea8af9265
@ -220,7 +220,7 @@ class TestRunnerBase:
|
||||
test_case = TestCase(
|
||||
name=data.get("name").strip(),
|
||||
status=TestStatus.from_string(data.get("status")),
|
||||
message=data.get("message", "").strip() or None,
|
||||
message=(data.get("message") or "").strip() or None,
|
||||
stdout=line,
|
||||
source=source,
|
||||
)
|
||||
|
Reference in New Issue
Block a user