Skip to content

Commit

Permalink
Merge branch 'main' into N21-2057-duplicate-emails
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap authored Jul 18, 2024
2 parents 7637c45 + 41b019b commit 8124e14
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 1,137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ describe(`deletionExecution (api)`, () => {

describe('executeDeletions', () => {
describe('when execute deletionRequests with default limit', () => {
jest.setTimeout(20000);
it('should return status 204', async () => {
const response = await testApiClient.post('');
expect(response.status).toEqual(204);
});
}, 20000);
});

describe('without token', () => {
Expand Down
Loading

0 comments on commit 8124e14

Please sign in to comment.