Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Sep 20, 2024
1 parent 624122c commit 62c2cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/cmd/local/local/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func TestCommand_Install_HelmValues(t *testing.T) {
userID := uuid.New()

expChartCnt := 0
expNginxValues, _ := getNginxValuesYaml(9999)
expChart := []struct {
chart helmclient.ChartSpec
release release.Release
Expand Down Expand Up @@ -254,7 +255,7 @@ func TestCommand_Install_HelmValues(t *testing.T) {
CreateNamespace: true,
Wait: true,
Timeout: 30 * time.Minute,
ValuesOptions: values.Options{Values: []string{fmt.Sprintf("controller.service.ports.http=%d", portTest)}},
ValuesYaml: expNginxValues,
},
release: release.Release{
Chart: &chart.Chart{Metadata: &chart.Metadata{Version: "4.3.2.1"}},
Expand Down

0 comments on commit 62c2cf2

Please sign in to comment.