Skip to content

Commit

Permalink
Fix new use of deprecated raw API (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-dennis authored Sep 14, 2023
1 parent e3dc053 commit 55d990d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
// validate against the dataplane, but solely the gRIBI control-plane support.
func TestMPLSLabelPushDepth(t *testing.T) {
dut := ondatra.DUT(t, "dut")
gribic := dut.RawAPIs().GRIBI().Default(t)
gribic := dut.RawAPIs().GRIBI(t)
c := fluent.NewClient()
c.Connection().WithStub(gribic)

Expand Down

0 comments on commit 55d990d

Please sign in to comment.