mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-04-07 07:19:51 +02:00
minor fix
This commit is contained in:
parent
9a632f0f56
commit
c1fd7ce031
@ -199,7 +199,6 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
"WARNING: Backup file".format(
|
||||
file) in e.message and
|
||||
"is not found".format(file) in e.message and
|
||||
"{0}\" is not found".format(file) in e.message and
|
||||
"WARNING: Backup {0} data files are corrupted".format(
|
||||
backup_id) in e.message and
|
||||
"WARNING: Some backups are not valid" in e.message,
|
||||
|
Loading…
x
Reference in New Issue
Block a user