From 7063337a8abbb48f853088d9f3c5c3af06c14db4 Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Fri, 19 Apr 2024 12:20:20 -0400 Subject: [PATCH] RSDK-7229 add machine_id to cloud metadata (#585) --- tests/test_robot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_robot.py b/tests/test_robot.py index 069614d09..7e067dc40 100644 --- a/tests/test_robot.py +++ b/tests/test_robot.py @@ -143,9 +143,11 @@ OPERATIONS_RESPONSE = [Operation(id=OPERATION_ID)] GET_CLOUD_METADATA_RESPONSE = GetCloudMetadataResponse( - robot_part_id="the-robot-part", + robot_part_id="the-machine-id", primary_org_id="the-primary-org", location_id="the-location", + machine_id="the-machine-id", + machine_part_id="the-machine-part-id", )