mirror of
https://github.com/esphome/esphome.git
synced 2025-10-16 07:27:50 +02:00
Merge branch 'integration' into memory_api
This commit is contained in:
commit
6a0bcdf4f6
@ -493,7 +493,7 @@ def test_run_ota_impl_successful(
|
||||
assert result_host == "192.168.1.100"
|
||||
|
||||
# Verify socket was configured correctly
|
||||
mock_socket.settimeout.assert_called_with(10.0)
|
||||
mock_socket.settimeout.assert_called_with(20.0)
|
||||
mock_socket.connect.assert_called_once_with(("192.168.1.100", 3232))
|
||||
mock_socket.close.assert_called_once()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user