Skip to content

Commit

Permalink
test(regression): fix regression don't error if no env changes (#3910)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
dannyrandall committed Aug 16, 2022
1 parent e02a622 commit baa8478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression/multi-svc-app/multi_svc_app_test.go
Expand Up @@ -115,6 +115,7 @@ var _ = Describe("regression", func() {
_, envDeployErr := cli.Run("env", "deploy",
"--name", "test",
"--app", appName,
"--force",
)
Expect(envDeployErr).NotTo(HaveOccurred())
})
Expand Down

0 comments on commit baa8478

Please sign in to comment.