Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jul 23, 2024
1 parent e81d02a commit e30f91d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jest.mock('../..', () => {
error: jest.fn(),
warn: jest.fn(),
}),
getInternalUserSOClientWithoutSpaceExtension: jest.fn(),
},
packagePolicyService: {
list: jest.fn().mockImplementation((soClient, params) => {
Expand Down

0 comments on commit e30f91d

Please sign in to comment.