1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-08 14:28:36 +02:00

tests: minor fix

This commit is contained in:
Grigory Smolkin 2018-09-26 01:27:06 +03:00
parent 1e47aeab64
commit bf3bb35edf

View File

@ -475,10 +475,7 @@ class ProbackupTest(object):
)
self.assertTrue(
success, 'Ptrack does not correspond to state'
' of its own pages.\n Gory Details: \n{0}'.format(
idx_dict['type'], idx_dict
)
success, 'Ptrack has failed to register changes in data files'
)
def check_ptrack_recovery(self, idx_dict):