Skip to content

Commit

Permalink
test: improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nictheboy committed Sep 6, 2024
1 parent ccdf0b1 commit 87bfbc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/answer.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ describe('Answers Module', () => {
const response = await request(app.getHttpServer())
.get(`/questions/${TestQuestionId}/answers/${TestAnswerId}`)
.set('Authorization', `Bearer ${auxAccessToken}`)
.set('User-Agent', 'PostmanRuntime/7.26.8')
.send();
expect(response.body.message).toBe('Answer fetched successfully.');
expect(response.status).toBe(200);
Expand Down

0 comments on commit 87bfbc3

Please sign in to comment.