Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehoehns committed Feb 20, 2025
1 parent 4302e37 commit 2670723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bot/__tests__/acceptReviewRequest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ describe('acceptReviewRequest', () => {
it('should not check for HackParser results when integration is disabled', async () => {
(HackParserIntegrationEnabled as jest.Mock).mockReturnValue(false);
(listHackParserCodeKeys as jest.Mock).mockResolvedValue([]);
// (generateHackParserPresignedURL as jest.Mock).mockResolvedValue('https://bucket-name.s3.region.amazonaws.com/filename.ext?key=value');

await callHandleAccept();

Expand Down

0 comments on commit 2670723

Please sign in to comment.