Implement e2e test for checking update user permission

This commit is contained in:
lethemanh
2025-04-01 22:54:24 +07:00
parent eb46da342c
commit 76e2be3597
2 changed files with 33 additions and 3 deletions
@@ -14,7 +14,7 @@ export class Loader {
try {
return await import(modulePath);
} catch (err) {
platformLogger.debug(
platformLogger.error(
{ err },
`${modulePath} can not be loaded (file was found but we were unable to import the module)`,
);