Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
f-blass committed Aug 7, 2024
1 parent ca57e48 commit 5782e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/supply/supply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var _ = Describe("Supply", func() {

JustBeforeEach(func() {
Expect(os.Setenv("VCAP_SERVICES", vcapServices)).To(Succeed())
Expect(os.Setenv("CF_STACK", "cflinuxfs3")).To(Succeed())
Expect(os.Setenv("CF_STACK", "cflinuxfs4")).To(Succeed())
wd, err := os.Getwd()
Expect(err).NotTo(HaveOccurred())
buildpackDir := path.Join(filepath.Dir(filepath.Dir(wd)))
Expand Down

0 comments on commit 5782e8e

Please sign in to comment.