diff --git a/src/python_testing/TC_MCORE_FS_1_3.py b/src/python_testing/TC_MCORE_FS_1_3.py index 5a87f76aeceb33..116cb297a00922 100644 --- a/src/python_testing/TC_MCORE_FS_1_3.py +++ b/src/python_testing/TC_MCORE_FS_1_3.py @@ -94,8 +94,7 @@ async def create_and_commission_device_for_th_ecosystem(self): self.device_for_th_eco_kvs = f'kvs_{str(uuid.uuid4())}' discriminator = random.randint(0, 4095) passcode = 20202021 - app_args = f'--secured-device-port {self.device_for_th_eco_port} --discriminator { - discriminator} --passcode {passcode} --KVS {self.device_for_th_eco_kvs}' + app_args = f'--secured-device-port {self.device_for_th_eco_port} --discriminator {discriminator} --passcode {passcode} --KVS {self.device_for_th_eco_kvs}' cmd = f'{app} {app_args}' # TODO: Determine if we want these logs cooked or pushed to somewhere else logging.info("Starting TH device for TH ecosystem")