From 401b28a5cb9f7918f4766dbc39a9b1c175b1385a Mon Sep 17 00:00:00 2001
From: kraaij <kraaij@astron.nl>
Date: Sat, 14 Oct 2023 07:18:29 +0200
Subject: [PATCH] testing number of working tests

---
 SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
index bda77a7f159..32f89b113a7 100644
--- a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
+++ b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
@@ -178,6 +178,7 @@ getTemplateFiles('../../../../install/opt/lofar/share/tmss/schemas').then(async(
 
 
 			// commented out on purpose to determine Total Test Failures without this fix.
+			
 			/*
 			if (taskTemplate?.schema?.properties?.station_configuration) { taskTemplate.schema.properties.station_configuration["$ref"] = "#/definitions/station_configuration"; }
 			if ( taskTemplate?.schema?.properties?.QA) taskTemplate.schema.properties.QA["$ref"] = "#/definitions/QA";
-- 
GitLab