Fix tests

This commit is contained in:
adrinr 2023-03-27 11:35:40 +01:00
parent 74573a1625
commit d1c224ed42
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ mocks.licenses.useScimIntegration()
describe("/api/global/scim/v2/users", () => {
beforeEach(() => {
jest.resetAllMocks()
mocks.licenses.useScimIntegration()
})