Skip to content

Commit

Permalink
remove check for message that is no longer emitted (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: Jerry Jackson <[email protected]>
  • Loading branch information
jrryjcksn and weave-e2e-quickstart authored Jul 7, 2021
1 parent 03926e1 commit e15d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/test/add_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ var _ = Describe("Weave GitOps Add Tests", func() {
Eventually(addCommandOutput).Should(MatchRegexp(`Checking cluster status... WeGOInstalled`))

Eventually(addCommandOutput).Should(MatchRegexp(
`Generating deploy key for repo ` + url + ` ...\nGenerating Source manifest...\nGenerating GitOps automation manifests...\nGenerating Application spec manifest...`))
`Generating Source manifest...\nGenerating GitOps automation manifests...\nGenerating Application spec manifest...`))

Eventually(addCommandOutput).Should(MatchRegexp(`Applying manifests to the cluster...`))

Expand Down

0 comments on commit e15d0ba

Please sign in to comment.