Skip to content

Commit

Permalink
Update repo-request.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-am committed Feb 22, 2024
1 parent 486e05d commit cd398b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/routes/repo-request.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ describe('repo-request endpoint integration tests', () => {
expect(res.status).toEqual(200);
expect(res.text).toContain(ErrorMessages.REPO_NAME);
expect(res.text).toContain(ErrorMessages.DESCRIPTION_LENGTH);
// expect(res.text).toContain(ErrorMessages.DESCRIPTION);
expect(res.text).toContain(MOCK_GET_REPO_REQUEST_RESPONSE);
expect(mockedLogger).toHaveBeenCalledTimes(1);
expect(mockedAuth).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit cd398b1

Please sign in to comment.