From 029cf7db16baa3fdd6e5e79851b2d56497796a92 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 5 Sep 2024 16:44:00 -0400 Subject: [PATCH] One more readability update now that I update this file --- src/python_testing/TC_ICDM_5_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_ICDM_5_1.py b/src/python_testing/TC_ICDM_5_1.py index 6f4d3ffb54bcb8..e0417ff52bf1dc 100644 --- a/src/python_testing/TC_ICDM_5_1.py +++ b/src/python_testing/TC_ICDM_5_1.py @@ -57,7 +57,7 @@ class Client: client1 = Client( checkInNodeID=1, subjectId=1, - key=b"\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f", + key=bytes([x for x in range(0x10, 0x20)]), clientType=ClientTypeEnum.kEphemeral )