From 0735899bc5c703726c7bdb255379d8c6b45c5905 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 e6db56596c2..18d95fd0863 100644 --- a/robot/impl/local_robot_test.go +++ b/robot/impl/local_robot_test.go @@ -3634,7 +3634,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,