Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1fbea2d

Browse files
committed
tests: minor fix
1 parent 9e44d50 commit 1fbea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backup_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_checksumm_fail_heal_via_ptrack(self):
336336
# open log file and check
337337
with open(os.path.join(backup_dir, 'log', 'pg_probackup.log')) as f:
338338
log_content = f.read()
339-
self.assertIn('block 1, try fetching via SQL', log_content)
339+
self.assertIn('block 1, try to fetch via SQL', log_content)
340340
self.assertIn('SELECT pg_ptrack_get_block', log_content)
341341
f.close
342342

0 commit comments

Comments
 (0)