Skip to content

Commit

Permalink
Update test files
Browse files Browse the repository at this point in the history
Signed-off-by: varshaprasad96 <[email protected]>
  • Loading branch information
varshaprasad96 committed Aug 25, 2021
1 parent 5014eb8 commit 5091bed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/client/actionclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var _ = Describe("ActionClient", func() {
})
It("should uninstall a failed install", func() {
By("failing to install the release", func() {
chrt := testutil.MustLoadChart("../../testdata/test-chart-0.1.0.tgz")
chrt := testutil.MustLoadChart("../../testdata/test-chart-1.2.0.tgz")
chrt.Templates[2].Data = append(chrt.Templates[2].Data, []byte("\ngibberish")...)
r, err := ac.Install(obj.GetName(), obj.GetNamespace(), &chrt, vals)
Expect(err).NotTo(BeNil())
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/client_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
cfg *rest.Config

gvk = schema.GroupVersionKind{Group: "example.com", Version: "v1", Kind: "TestApp"}
chrt = testutil.MustLoadChart("../../testdata/test-chart-0.1.0.tgz")
chrt = testutil.MustLoadChart("../../testdata/test-chart-1.2.0.tgz")
)

var _ = BeforeSuite(func(done Done) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/reconciler_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
cfg *rest.Config

gvk = schema.GroupVersionKind{Group: "example.com", Version: "v1", Kind: "TestApp"}
chrt = testutil.MustLoadChart("../../testdata/test-chart-0.1.0.tgz")
chrt = testutil.MustLoadChart("../../testdata/test-chart-1.2.0.tgz")
)

var _ = BeforeSuite(func(done Done) {
Expand Down

0 comments on commit 5091bed

Please sign in to comment.