Skip to content

Commit

Permalink
chore(k8s): remove outdated integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Dec 14, 2019
1 parent 3fd520e commit 5d1d951
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions garden-service/test/integ/src/plugins/kubernetes/helm/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,4 @@ describe("validateHelmModule", () => {
`)
)
})

it("should throw if chart contains no sources and doesn't specify chart name nor base", async () => {
patchModuleConfig("postgres", { spec: { chart: null } })

await expectError(
() => garden.resolveModuleConfig(garden.log, "postgres"),
(err) =>
expect(err.message).to.equal(deline`
Module 'postgres' neither specifies a chart name, base module, nor contains chart sources at \`chartPath\`.
`)
)
})
})

0 comments on commit 5d1d951

Please sign in to comment.