From 7a62193da9c9bb8f66c1e26cd1cecfc7925d6de0 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 25 Jun 2025 06:59:23 +0000
Subject: [PATCH] GS-2169
---
test/testImportIliasUser.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/test/testImportIliasUser.js b/test/testImportIliasUser.js
index 7e226da..586ef06 100644
--- a/test/testImportIliasUser.js
+++ b/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)
--
Gitblit v1.8.0