diff --git a/examples/unfurl-technology---industry---baseline-maintenance/variable-service-template.yaml b/examples/unfurl-technology---industry---baseline-maintenance/variable-service-template.yaml index fddca058a..8d498b219 100644 --- a/examples/unfurl-technology---industry---baseline-maintenance/variable-service-template.yaml +++ b/examples/unfurl-technology---industry---baseline-maintenance/variable-service-template.yaml @@ -177,13 +177,6 @@ topology_template: type: boolean default: false - # TODO: remove these - options: - technology_constraint: false - required_technology_check: false - required_artifact_constraint: false - expected_artifact_check: true - node_templates: ################################################### # diff --git a/tests/examples.test.ts b/tests/examples.test.ts index 5c2d6256c..b34e5accc 100644 --- a/tests/examples.test.ts +++ b/tests/examples.test.ts @@ -13,7 +13,7 @@ describe('examples', async () => { for (const example of examples) { // TODO: remove this - if (!example.includes('industry---plus-maintenance-manual')) continue + if (!example.includes('industry')) continue const exampleDir = path.join(examplesDir, example) const testsPath = path.join(exampleDir, 'tests')