From 346333dcf973bfd7a0a616a4d34da6949123dd22 Mon Sep 17 00:00:00 2001 From: Mat931 <49403702+Mat931@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:48:33 +0200 Subject: [PATCH] Update test --- tests/unit_tests/test_espota2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_espota2.py b/tests/unit_tests/test_espota2.py index 19b4d85b99..7d6f629195 100644 --- a/tests/unit_tests/test_espota2.py +++ b/tests/unit_tests/test_espota2.py @@ -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]) )