test
This commit is contained in:
parent
25ed224b3a
commit
9bc53edf6b
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class ExamUpdateHandler {
|
|||
.getLmsAPITemplate(lmsSetupId)
|
||||
.getOrThrow()
|
||||
.checkCourseAPIAccess();
|
||||
log.info("LMS access OK");
|
||||
} catch (final Exception e) {
|
||||
log.warn("No LMS access, mark all exams of the LMS as not connected to LMS");
|
||||
if (!failedOrMissing.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue