Skip to content

Commit 0094099

Browse files
committed
test: do not test the helm deployment file for YAML validity
because it is no longer a valid yaml (contains helm attributes). it is already covered in other tets so no harm is done
1 parent 6bf6d0f commit 0094099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/deployment-files.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
tap.test('ensure the security properties of the deployment files are unchanged', async (t) => {
1717
t.same(snykConfig.IMAGE_STORAGE_ROOT, '/var/tmp', 'the snyk-monitor points to the correct mounted path');
1818

19-
const deploymentFiles = ['./snyk-monitor/templates/deployment.yaml', './snyk-monitor-deployment.yaml'];
19+
const deploymentFiles = ['./snyk-monitor-deployment.yaml'];
2020

2121
for (const filePath of deploymentFiles) {
2222
const fileContent = readFileSync(filePath, 'utf8');

0 commit comments

Comments
 (0)