Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9838e93

Browse files
committed
Convert pathing for go mod'ed tests
[#177498057](https://www.pivotaltracker.com/story/show/177498057)
1 parent 76112f9 commit 9838e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ var _ = Describe("Builder helpers", func() {
366366
})
367367

368368
JustBeforeEach(func() {
369-
fixturesPath := path.Join(os.Getenv("GOPATH"), "src/code.cloudfoundry.org/dockerapplifecycle/helpers/fixtures")
369+
fixturesPath := path.Join(os.Getenv("DIEGO_RELEASE_DIR"), "src/code.cloudfoundry.org/dockerapplifecycle/helpers/fixtures")
370370
tlsCA := path.Join(fixturesPath, "testCA.crt")
371371
tlsCert := path.Join(fixturesPath, "localhost.cert")
372372
tlsKey := path.Join(fixturesPath, "localhost.key")

0 commit comments

Comments
 (0)