tests: add user group tests

This commit is contained in:
Elias Schneider
2024-10-02 09:38:57 +02:00
parent 24c948e6a6
commit d02d8931a0
4 changed files with 116 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
let success = true;
await userGroupService
.update(userGroup.id, updatedUserGroup)
.then(() => toast.success('User Group updated successfully'))
.then(() => toast.success('User group updated successfully'))
.catch((e) => {
axiosErrorToast(e);
success = false;