Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefBouch committed Jul 9, 2024
1 parent 93465f4 commit 6987538
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ describe('DbiamPersonenkontextWorkflowController Integration Test', () => {
.put(`/personenkontext-workflow/${params.personId}`)
.send(bodyParams);

expect(response.status).toBe(500);
expect(response.status).toBe(400);
});
});
});
Expand Down

0 comments on commit 6987538

Please sign in to comment.