Add action type *dynamic_attribute and revise clone functions

This commit is contained in:
arberkatellari
2025-05-13 17:27:53 +02:00
committed by Dan Christian Bogos
parent 5f5330382f
commit f6c300c395
30 changed files with 735 additions and 47 deletions

View File

@@ -773,7 +773,7 @@ func testV1RouteGetQOSRoutesFiltred(t *testing.T) {
}
if !reflect.DeepEqual(rcvSupl, expRouteIDs) {
t.Errorf("Expecting: %+v, \n received: %+v",
expRouteIDs, utils.ToJSON(suplsReply))
expRouteIDs, utils.ToJSON(rcvSupl))
}
}
}