REST Service for POPCORN - ILIAS
alex
2025-06-25 7a62193da9c9bb8f66c1e26cd1cecfc7925d6de0
test/testImportIliasUser.js
@@ -34,8 +34,12 @@
      },
   }
   beforeEach(async function () {
   })
   afterEach(async function () {
      // await deleteUser(lastUserId)
      await deleteUser(lastUserId)
   })
   it("should import a new user to ILIAS", async function () {
@@ -60,6 +64,7 @@
})
/////////////////////////////////////////////////////////////////////////
async function deleteUser (usr_id) {
   const res2 = await libIlias.deleteUser(usr_id)