Merge R4 branch to master
[ric-plt/e2mgr.git] / E2Manager / mocks / routing_manager_client_mock.go
index 0652276..717703d 100644 (file)
@@ -51,8 +51,8 @@ args := m.Called(e2tAddresses)
 return args.Error(0)
 }
 
-func (m *RoutingManagerClientMock) DeleteE2TInstance(e2tAddress string, ransToBeDissociated []string, e2tToRansAssociations map[string][]string) error {
+func (m *RoutingManagerClientMock) DeleteE2TInstance(e2tAddress string, ransToBeDissociated []string) error {
 
-       args := m.Called(e2tAddress, ransToBeDissociated, e2tToRansAssociations)
+       args := m.Called(e2tAddress, ransToBeDissociated)
        return args.Error(0)
 }
\ No newline at end of file