Skip to content

Commit 2b573ae

Browse files
committed
fix formatting
1 parent 07b8bcd commit 2b573ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/cluster/k8sres_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3863,12 +3863,12 @@ func TestGenerateLogicalBackupPodEnvVars(t *testing.T) {
38633863
subTest: "logical backup with provider: s3",
38643864
opConfig: config.Config{
38653865
LogicalBackup: config.LogicalBackup{
3866-
LogicalBackupProvider: "s3",
3867-
LogicalBackupS3Bucket: dummyBucket,
3868-
LogicalBackupS3BucketPrefix: "spilo",
3866+
LogicalBackupProvider: "s3",
3867+
LogicalBackupS3Bucket: dummyBucket,
3868+
LogicalBackupS3BucketPrefix: "spilo",
38693869
LogicalBackupFilenameDateFormat: "+%s",
3870-
LogicalBackupS3Region: "eu-central-1",
3871-
LogicalBackupS3RetentionTime: "1 month",
3870+
LogicalBackupS3Region: "eu-central-1",
3871+
LogicalBackupS3RetentionTime: "1 month",
38723872
},
38733873
},
38743874
expectedValues: expectedLogicalBackupS3Bucket,

0 commit comments

Comments
 (0)