Skip to content

Commit 760e72d

Browse files
test(slugbuilder-cache): add missing test for CACHE_PATH
Before, we didn't test if the CACHE_PATH was defined properly.
1 parent 6b04ee5 commit 760e72d

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)