Skip to content

Commit

Permalink
Fixing failing L0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shigupt202 committed Jun 29, 2020
1 parent dec9298 commit e3e0e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tasks/HelmDeployV0/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ describe("HelmDeployV0 Suite", function () {
assert(tr.stdout.indexOf("v3") != -1, "Helm version 3 should have been installed");
assert(tr.stdout.indexOf("STATUS: deployed") != -1, "Release should have been created");
assert(tr.stdout.indexOf("The given version " + process.env[shared.TestEnvVars.version] + " is not valid. Running the helm install command with latest version") != -1, "Version should not have been accepted");
assert(tr.stdout.indexOf("# Source: testChartName/templates/serviceaccount.yaml") != -1, `Manifests should have been extracted from release ${shared.testReleaseName}`);
assert(tr.stdout.indexOf(`DeploymentDetailsApiResponse: {"mockKey":"mockValue"}`) != -1, "Web response should have been received for pushing metadata to evidence store");
assert(tr.succeeded, "task should have succeeded");
done();
Expand Down

0 comments on commit e3e0e56

Please sign in to comment.