[RICPLT-2590] Update Red Button Flow with MultiE2T support + UTs
[ric-plt/e2mgr.git] / E2Manager / mocks / routing_manager_client_mock.go
index 24edd55..fb1cafd 100644 (file)
@@ -43,4 +43,10 @@ func (m *RoutingManagerClientMock) DissociateRanE2TInstance(e2tAddress string, r
 
        args := m.Called(e2tAddress, ranName)
        return args.Error(0)
+}
+
+func (m *RoutingManagerClientMock) DissociateAllRans(e2tAddresses []string) error {
+
+args := m.Called(e2tAddresses)
+return args.Error(0)
 }
\ No newline at end of file