mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user