Skip to content

Commit

Permalink
Fix test mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Sep 25, 2024
1 parent cdec104 commit 44be735
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('Get Knowledge Base Status Route', () => {
},
isModelInstalled: jest.fn().mockResolvedValue(true),
isSetupAvailable: jest.fn().mockResolvedValue(true),
isModelDeployed: jest.fn().mockResolvedValue(true),
});

getKnowledgeBaseStatusRoute(server.router);
Expand Down

0 comments on commit 44be735

Please sign in to comment.