Skip to content

Commit 13a16e2

Browse files
committed
tests: fixes for d46fa5f
1 parent d46fa5f commit 13a16e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/replica.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def test_replica_stop_lsn_null_offset(self):
606606
return_id=False)
607607

608608
self.assertIn(
609-
'LOG: Null offset in stop_backup_lsn value 0/4000000',
609+
'LOG: Invalid offset in stop_lsn value 0/4000000',
610610
output)
611611

612612
self.assertIn(
@@ -714,7 +714,7 @@ def test_replica_stop_lsn_null_offset_next_record(self):
714714
log_content = f.read()
715715

716716
self.assertIn(
717-
'LOG: Null offset in stop_backup_lsn value 0/4000000',
717+
'LOG: Invalid offset in stop_lsn value 0/4000000',
718718
log_content)
719719

720720
self.assertIn(
@@ -787,7 +787,7 @@ def test_archive_replica_null_offset(self):
787787
return_id=False)
788788

789789
self.assertIn(
790-
'LOG: Null offset in stop_backup_lsn value 0/4000000',
790+
'LOG: Invalid offset in stop_lsn value 0/4000000',
791791
output)
792792

793793
self.assertIn(

0 commit comments

Comments
 (0)