Skip to content

Commit

Permalink
Update plugins/gitlab-catalog-backend/src/GitlabUserProcessor.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Hammer <[email protected]>
  • Loading branch information
bbckr and zhammer authored Mar 20, 2024
1 parent 4e0ea1a commit 3391e0d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jest.mock('@gitbeaker/rest', () => {

describe('GitlabUserProcessor', () => {
let processor: GitlabUserProcessor;
// @ts-ignore: intended to reference as such by the library
let mockGitlabClient: Gitlab;
let mockGitlabClient: InstanceType<typeof Gitlab>;
let mockLogger: winston.Logger;

beforeEach(() => {
Expand Down

0 comments on commit 3391e0d

Please sign in to comment.