Skip to content

Commit a79f44d

Browse files
authored
Merge pull request #419 from jeroenvisser101/slugbuilder-tests
test(slugbuilder-cache): add missing test for CACHE_PATH
2 parents 6b04ee5 + 760e72d commit a79f44d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/gitreceive/k8s_util_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ func TestBuildPod(t *testing.T) {
9494

9595
checkForEnv(t, pod, "TAR_PATH", build.tarKey)
9696
checkForEnv(t, pod, "PUT_PATH", build.putKey)
97+
checkForEnv(t, pod, "CACHE_PATH", build.cacheKey)
9798

9899
if build.buildPack != "" {
99100
checkForEnv(t, pod, "BUILDPACK_URL", build.buildPack)

0 commit comments

Comments
 (0)