1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

tests: minor fix in test_page_backup_with_lost_wal_segment

This commit is contained in:
Grigory Smolkin 2018-08-12 15:15:09 +03:00
parent bd9311a98f
commit 76234b1e1d

View File

@ -744,7 +744,7 @@ class PageBackupTest(ProbackupTest, unittest.TestCase):
self.assertEqual(
'ERROR',
self.show_pb(backup_dir, 'node')[1]['status'],
self.show_pb(backup_dir, 'node')[2]['status'],
'Backup {0} should have STATUS "ERROR"')
# Clean after yourself