Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 committed Sep 5, 2024
1 parent 2c81386 commit 9a7110c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/blueprint_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var _ = Describe("Blueprint controller", Ordered, Serial, func() {
helmAddon = v1alpha1.AddonSpec{
Name: addonName,
Namespace: addonNamespace,
Enabled: true,
Kind: "chart",
Chart: &v1alpha1.ChartInfo{
Name: "nginx",
Expand Down

0 comments on commit 9a7110c

Please sign in to comment.