Update test

This commit is contained in:
Mat931
2026-04-24 23:48:33 +02:00
parent 81294b4c80
commit 346333dcf9
+1 -1
View File
@@ -835,5 +835,5 @@ def test_perform_ota_successful_partition_table(
# Verify ota type was sent
assert mock_socket.sendall.call_args_list[2] == call(
bytes(espota2.OTA_TYPE_UPDATE_PARTITION_TABLE)
bytes([espota2.OTA_TYPE_UPDATE_PARTITION_TABLE])
)