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