Skip to content

Commit 7063337

Browse files
authored
RSDK-7229 add machine_id to cloud metadata (#585)
1 parent ce914dc commit 7063337

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_robot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@
143143
OPERATIONS_RESPONSE = [Operation(id=OPERATION_ID)]
144144

145145
GET_CLOUD_METADATA_RESPONSE = GetCloudMetadataResponse(
146-
robot_part_id="the-robot-part",
146+
robot_part_id="the-machine-id",
147147
primary_org_id="the-primary-org",
148148
location_id="the-location",
149+
machine_id="the-machine-id",
150+
machine_part_id="the-machine-part-id",
149151
)
150152

151153

0 commit comments

Comments
 (0)