We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e44d50 commit 1fbea2dCopy full SHA for 1fbea2d
tests/backup_test.py
@@ -336,7 +336,7 @@ def test_checksumm_fail_heal_via_ptrack(self):
336
# open log file and check
337
with open(os.path.join(backup_dir, 'log', 'pg_probackup.log')) as f:
338
log_content = f.read()
339
- self.assertIn('block 1, try fetching via SQL', log_content)
+ self.assertIn('block 1, try to fetch via SQL', log_content)
340
self.assertIn('SELECT pg_ptrack_get_block', log_content)
341
f.close
342
0 commit comments