Skip to content

Commit 76234b1

Browse files
committed
tests: minor fix in test_page_backup_with_lost_wal_segment
1 parent bd9311a commit 76234b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def test_page_backup_with_lost_wal_segment(self):
744744

745745
self.assertEqual(
746746
'ERROR',
747-
self.show_pb(backup_dir, 'node')[1]['status'],
747+
self.show_pb(backup_dir, 'node')[2]['status'],
748748
'Backup {0} should have STATUS "ERROR"')
749749

750750
# Clean after yourself

0 commit comments

Comments
 (0)