Merge branch 'partition-table-ota' of github.com:Mat931/esphome into partition-table-ota

This commit is contained in:
Mat931
2026-04-16 19:58:10 +02:00
+5 -1
View File
@@ -2741,7 +2741,11 @@ def test_upload_program_ota_multiple_mqttip_resolves_once(
tmp_path / ".esphome" / "build" / "test" / ".pioenvs" / "test" / "firmware.bin"
)
mock_run_ota.assert_called_once_with(
["192.168.2.50", "192.168.2.51", "192.168.1.100"], 3232, None, expected_firmware, 0
["192.168.2.50", "192.168.2.51", "192.168.1.100"],
3232,
None,
expected_firmware,
0,
)