We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d967ff + 501ec35 commit d891934Copy full SHA for d891934
test/e2e/storage/pvc_storageclass.go
@@ -73,7 +73,7 @@ var _ = utils.SIGDescribe("Retroactive StorageClass Assignment", func() {
73
74
// Create a PVC with nil StorageClass
75
pvc := createPVC(ctx, client, namespace)
76
- ginkgo.DeferCleanup(func(cleanupContext context.Context) {
+ ginkgo.DeferCleanup(func(ctx context.Context) {
77
err := client.CoreV1().PersistentVolumeClaims(namespace).Delete(ctx, pvc.Name, *metav1.NewDeleteOptions(0))
78
framework.ExpectNoError(err, "Error deleting PVC")
79
})
0 commit comments