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: