From 4153c0cb15377ef09cff64d3ddeab4cdc6bfbc1d Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Fri, 9 Aug 2024 16:34:06 -0400 Subject: [PATCH] wut? --- robot/impl/local_robot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/impl/local_robot_test.go b/robot/impl/local_robot_test.go index f8c5137b42b..39382f8708d 100644 --- a/robot/impl/local_robot_test.go +++ b/robot/impl/local_robot_test.go @@ -3629,7 +3629,7 @@ func TestMachineStatus(t *testing.T) { return []resource.Status{ { Name: resource.Name{ - API: resource.APINamespaceRDKInternal.WithServiceType("framesystem"), + API: resource.APINamespaceRDKInternal.WithServiceType("frame_system"), Name: "builtin", }, State: resource.NodeStateReady,