diff --git a/feature/system/system_base_test/tests/system_g_protocol_test/system_g_protocol_test.go b/feature/system/system_base_test/tests/system_g_protocol_test/system_g_protocol_test.go index 0058b902e75..281a237a330 100644 --- a/feature/system/system_base_test/tests/system_g_protocol_test/system_g_protocol_test.go +++ b/feature/system/system_base_test/tests/system_g_protocol_test/system_g_protocol_test.go @@ -70,8 +70,7 @@ func TestGNMIClient(t *testing.T) { req = &gpb.GetRequest{ Path: []*gpb.Path{{ Elem: []*gpb.PathElem{ - {Name: "system"}, {Name: "state"}, {Name: "hostname"}}}, - }, + }}}, Type: gpb.GetRequest_CONFIG, Encoding: gpb.Encoding_JSON_IETF, }