Skip to content

Commit

Permalink
chore: update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Jul 3, 2024
1 parent a9a647f commit b89e769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('CacheAssignmentController (e2e)', () => {
await supertest(app.getHttpServer())
.post('/cache/user')
.send(payload)
.expect(500);
.expect(400);
});

it('POST /cache/user wrong assignee id', async () => {
Expand Down

0 comments on commit b89e769

Please sign in to comment.