Skip to content

Commit eba1e0c

Browse files
authored
Fix files referenced in E2E tests with wrong name (cloudnative-pg#651)
Closes: cloudnative-pg#650 Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 4427f85 commit eba1e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/backup_restore_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,13 +592,13 @@ var _ = Describe("Clusters Recovery From Barman Object Store", Label(tests.Label
592592
clusterSourceFileMinio = fixturesBackupDir + "source-cluster-minio-01.yaml.template"
593593
sourceBackupFileAzure = fixturesBackupDir + "backup-azure-blob-02.yaml"
594594
clusterSourceFileAzure = fixturesBackupDir + "source-cluster-azure-blob-01.yaml.template"
595-
externalClusterFileAzure = fixturesBackupDir + "external-clusters-azure-blob-03.yaml"
595+
externalClusterFileAzure = fixturesBackupDir + "external-clusters-azure-blob-03.yaml.template"
596596
sourceBackupFileAzurePITR = fixturesBackupDir + "backup-azure-blob-pitr.yaml"
597597
externalClusterFileAzurite = fixturesBackupDir + "external-clusters-azurite-03.yaml.template"
598598
backupFileAzurite = fixturesBackupDir + "backup-azurite-02.yaml"
599599
tableName = "to_restore"
600600
clusterSourceFileAzureSAS = fixturesBackupDir + "cluster-with-backup-azure-blob-sas.yaml.template"
601-
clusterRestoreFileAzureSAS = fixturesBackupDir + "cluster-from-restore-sas.yaml"
601+
clusterRestoreFileAzureSAS = fixturesBackupDir + "cluster-from-restore-sas.yaml.template"
602602
sourceBackupFileAzureSAS = fixturesBackupDir + "backup-azure-blob-sas.yaml"
603603
sourceBackupFileAzurePITRSAS = fixturesBackupDir + "backup-azure-blob-pitr-sas.yaml"
604604
level = tests.High

0 commit comments

Comments
 (0)