Skip to content
Snippets Groups Projects
Commit 19eba59a authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Corrected comment

parent cea8e27d
No related branches found
No related tags found
1 merge request!1180Fix Wrong Production URLS in template
......@@ -177,8 +177,7 @@ getTemplateFiles('../../../../install/opt/lofar/share/tmss/schemas').then(async(
}
// commented out on purpose to determine Total Test Failures without this fix.
// Fix bad references items. These where actually pointing to production urls.
if (strategyTemplate?.schema?.properties?.station_configuration) { strategyTemplate.schema.properties.station_configuration["$ref"] = "#/definitions/station_configuration"; }
if ( strategyTemplate?.schema?.properties?.QA) strategyTemplate.schema.properties.QA["$ref"] = "#/definitions/QA";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment