From 1f6fe9bcad091ddd698566929cd5dbc9a68b09fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mu=C3=9Fler?= Date: Wed, 9 Dec 2020 12:03:33 +0100 Subject: [PATCH] Fix test case config. --- pkg/cluster/volumes_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cluster/volumes_test.go b/pkg/cluster/volumes_test.go index 988033103..eb5ca979c 100644 --- a/pkg/cluster/volumes_test.go +++ b/pkg/cluster/volumes_test.go @@ -220,6 +220,7 @@ func TestMigrateEBS(t *testing.T) { }, StorageResizeMode: "pvc", EnableEBSGp3Migration: true, + EnableEBSGp3MaxSize: 1000, }, }, client, acidv1.Postgresql{}, logger, eventRecorder) cluster.Spec.Volume.Size = "1Gi"