From 1c61333f0c111a71f85eb076e176af635d98cd83 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 14 Jul 2025 14:28:51 +0000
Subject: [PATCH] adding tn count
---
test/data.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/test/data.js b/test/data.js
index a1989ed..0861959 100644
--- a/test/data.js
+++ b/test/data.js
@@ -23,7 +23,17 @@
},
}
+const kurs = {
+ "title": "Globus-ILIAS-Rest Testkurs",
+ "description": "ein Kurs zum Testen",
+ "online": false,
+ "public": false,
+ "maxTn": 20,
+ "registerNo": true
+}
+
module.exports = {
user,
+ kurs,
}
--
Gitblit v1.8.0