Skip to content

Commit

Permalink
fix UninstallTokenService mock
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Nov 27, 2023
1 parent 03ff478 commit 827a86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/fleet/server/mocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,7 @@ export function createUninstallTokenServiceMock(): UninstallTokenServiceInterfac
generateTokensForPolicyIds: jest.fn(),
generateTokensForAllPolicies: jest.fn(),
encryptTokens: jest.fn(),
checkTokenValidityForAllPolicies: jest.fn(),
checkTokenValidityForPolicy: jest.fn(),
};
}

0 comments on commit 827a86c

Please sign in to comment.