Skip to content

Commit 7d3e7f8

Browse files
committed
[PBCKP-129] fix tests.replica.ReplicaTest.test_replica_stop_lsn_null_offset_next_record
1 parent 2677413 commit 7d3e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/replica.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def test_replica_stop_lsn_null_offset_next_record(self):
806806
log_content)
807807

808808
self.assertIn(
809-
'LOG: stop_lsn: 0/4000000',
809+
'INFO: stop_lsn: 0/4000000',
810810
log_content)
811811

812812
self.assertTrue(self.show_pb(backup_dir, 'replica')[0]['status'] == 'DONE')

0 commit comments

Comments
 (0)