Skip to content

Commit

Permalink
Added deviation for GetOnRootUnsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
mnp-juniper committed Feb 25, 2025
1 parent 756f14a commit af5e22e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ func TestGNMIClient(t *testing.T) {
if deviations.GNMIGetOnRootUnsupported(dut) {
req = &gpb.GetRequest{
Path: []*gpb.Path{{
Elem: []*gpb.PathElem{
}}},
Elem: []*gpb.PathElem{}}},
Type: gpb.GetRequest_CONFIG,
Encoding: gpb.Encoding_JSON_IETF,
}
Expand Down

0 comments on commit af5e22e

Please sign in to comment.