Skip to content

Commit cfd9451

Browse files
Tyler PhelanDanny Joyce
andcommitted
Update test expectation to be more specific
- This was failing because v3 detection writes Co-authored-by: Danny Joyce <[email protected]>
1 parent 6e390be commit cfd9451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/integration/deploy_a_python_app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var _ = Describe("CF Python Buildpack", func() {
3232
Expect(app.ConfirmBuildpack(buildpackVersion)).To(Succeed())
3333

3434
Eventually(app.Stdout.String()).Should(ContainSubstring("Could not install python: no match found for 99.99.99"))
35-
Eventually(app.Stdout.String()).ShouldNot(ContainSubstring("-----> Installing"))
35+
Eventually(app.Stdout.String()).ShouldNot(ContainSubstring("-----> Installing python"))
3636
})
3737
})
3838

0 commit comments

Comments
 (0)