Skip to content

Commit

Permalink
decommented test
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287687 committed Feb 23, 2024
1 parent 777ee13 commit f355e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatewayservice/gateway-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Gateway Service', () => {
expect(response.statusCode).toBe(200);
expect(response.body.userId).toBe('mockedUserId');
});
/*

// Test /api/questions/create endpoint
it('should forward create question request to question generation service', async () => {
const response = await request(app)
Expand All @@ -56,7 +56,7 @@ describe('Gateway Service', () => {
expect(response.body).toHaveProperty('correct');
expect(response.body).toHaveProperty('incorrects');
},100000);
/*
// Test /addquestion endpoint
it('should add a new question', async () => {
const response = await request(app)
Expand Down

0 comments on commit f355e05

Please sign in to comment.