From 8ae4b3a771af29d04cd920f7c04c7cd840ed1aad Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Sun, 26 Apr 2026 12:47:59 +0400 Subject: [PATCH] test: fix reproducible build docstring style --- tests/component_tests/esp32/test_esp32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/component_tests/esp32/test_esp32.py b/tests/component_tests/esp32/test_esp32.py index d2cb21a81a..c39a4aafc8 100644 --- a/tests/component_tests/esp32/test_esp32.py +++ b/tests/component_tests/esp32/test_esp32.py @@ -238,7 +238,7 @@ def test_platformio_idf_enables_reproducible_build( generate_main: Callable[[str | Path], str], component_config_path: Callable[[str], Path], ) -> None: - """PlatformIO ESP-IDF builds should enable reproducible app metadata.""" + """Test PlatformIO ESP-IDF builds enable reproducible app metadata.""" generate_main(component_config_path("reproducible_build.yaml")) sdkconfig = CORE.data[KEY_ESP32][KEY_SDKCONFIG_OPTIONS]