Skip to content

Commit

Permalink
RSDK-7229 add machine_id to cloud metadata (viamrobotics#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov authored Apr 19, 2024
1 parent ce914dc commit 7063337
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)


Expand Down

0 comments on commit 7063337

Please sign in to comment.