Skip to content

Commit

Permalink
test: enable watch for kusion apply in e2e test (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Nov 28, 2023
1 parent f6b479c commit 8b10b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kusionctl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var _ = ginkgo.Describe("kusion Runtime Commands", func() {
ginkgo.It("kusion apply", func() {
ginkgo.By("kusion apply", func() {
path := filepath.Join(GetWorkDir(), "konfig", "example", "multi-stack", "dev")
_, err := ExecKusionWithWorkDir("kusion apply -y=true", path)
_, err := ExecKusionWithWorkDir("kusion apply -y=true --watch=true", path)
gomega.Expect(err).ShouldNot(gomega.HaveOccurred())
})

Expand Down

0 comments on commit 8b10b5d

Please sign in to comment.