Skip to content

Commit

Permalink
Improve user deletion test description
Browse files Browse the repository at this point in the history
Co-authored-by: jordigh <[email protected]>
  • Loading branch information
fflorent and jordigh authored Nov 26, 2024
1 parent 798077a commit 002687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/lib/Scim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ describe('Scim', () => {
await cleanupUser(userToDeleteId);
});

it('should delete some user', async function () {
it('should delete a user', async function () {
const res = await axios.delete(scimUrl(`/Users/${userToDeleteId}`), chimpy);
assert.equal(res.status, 204);
const refreshedUser = await axios.get(scimUrl(`/Users/${userToDeleteId}`), chimpy);
Expand Down

0 comments on commit 002687c

Please sign in to comment.