From 3cb415e71778f755cf10ded82ef5325f4071fd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Sun, 22 Sep 2024 02:15:48 +0200 Subject: [PATCH] minor --- .../variable-service-template.yaml | 7 ------- tests/examples.test.ts | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) 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')