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:
parent
9e44d505bc
commit
1fbea2dc14
@ -336,7 +336,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
# open log file and check
|
||||
with open(os.path.join(backup_dir, 'log', 'pg_probackup.log')) as f:
|
||||
log_content = f.read()
|
||||
self.assertIn('block 1, try fetching via SQL', log_content)
|
||||
self.assertIn('block 1, try to fetch via SQL', log_content)
|
||||
self.assertIn('SELECT pg_ptrack_get_block', log_content)
|
||||
f.close
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user