[tests] Fix -Wformat= mismatches in test YAML lambdas/logger.log (#16435)

This commit is contained in:
Jonathan Swoboda
2026-05-18 11:11:54 +12:00
committed by Jesse Hills
parent dd1818661c
commit d5c6efb2fe
12 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ script:
then:
- lambda: |-
ESP_LOGD("main", "ints=%d floats=%f bools=%d strings=%s",
ints[0], floats[0], bools[0], strings[0].c_str());
ints[0], floats[0], (int) bools[0], strings[0].c_str());
- id: my_script_with_params
parameters:
prefix: string