mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 09:57:43 +00:00
[esp32] Make no-default-board variant test explicit about platformio toolchain (#16847)
This commit is contained in:
@@ -83,7 +83,7 @@ def test_esp32_config(
|
||||
id="mismatched_board_variant_config",
|
||||
),
|
||||
pytest.param(
|
||||
{"variant": "esp32s31"},
|
||||
{"variant": "esp32s31", "toolchain": Toolchain.PLATFORMIO.value},
|
||||
r"No default board is known for ESP32S31\. Please specify the `board:` option explicitly\. @ data\['variant'\]",
|
||||
id="variant_without_default_board_requires_explicit_board_under_platformio",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user