Updated tests to include validateEntity in mocks
Signed-off-by: Taras <tarasm@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@ describe('CatalogIdentityClient', () => {
|
||||
refreshEntity: jest.fn(),
|
||||
getEntityAncestors: jest.fn(),
|
||||
getEntityFacets: jest.fn(),
|
||||
validateEntity: jest.fn(),
|
||||
};
|
||||
const tokenManager: jest.Mocked<TokenManager> = {
|
||||
getToken: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user