From 3061a7f1cb9b5882a9b574ea732640be7cb77f02 Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:53:23 -0800 Subject: [PATCH] Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com> --- .../matter/sdk_tests/support/python_testing/models/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_collections/matter/sdk_tests/support/python_testing/models/utils.py b/test_collections/matter/sdk_tests/support/python_testing/models/utils.py index a7fd5968..cee2d9dd 100644 --- a/test_collections/matter/sdk_tests/support/python_testing/models/utils.py +++ b/test_collections/matter/sdk_tests/support/python_testing/models/utils.py @@ -74,9 +74,9 @@ async def generate_command_arguments( arguments.append(f"--wifi-ssid {config.network.wifi.ssid}") arguments.append(f"--wifi-passphrase {config.network.wifi.password}") - if pairing_mode == DutPairingModeEnum.BLE_THREAD: - dataset_hex = await __thread_dataset_hex(config.network.thread) - arguments.append(f"--thread-dataset-hex {dataset_hex}") + if pairing_mode == DutPairingModeEnum.BLE_THREAD: + dataset_hex = await __thread_dataset_hex(config.network.thread) + arguments.append(f"--thread-dataset-hex {dataset_hex}") # Retrieve arguments from test_parameters if test_parameters: