diff --git a/test/testdata/custom-path-pattern/storage-class.yaml b/test/testdata/custom-path-pattern/storage-class.yaml
index 7656afc3b7c66089969383a98ea1ab30f19bbcc8..50f642f89db64e7e3b08a6b119650d6c58f82391 100644
--- a/test/testdata/custom-path-pattern/storage-class.yaml
+++ b/test/testdata/custom-path-pattern/storage-class.yaml
@@ -7,4 +7,4 @@ parameters:
   nodePath: /opt/local-path-provisioner
   pathPattern: "{{ .PVC.Namespace }}/{{ .PVC.Name }}"
 volumeBindingMode: WaitForFirstConsumer
-reclaimPolicy: Retain
\ No newline at end of file
+reclaimPolicy: Delete
\ No newline at end of file