From 683e491f1a302012cbde8a3bf0056bbb35e39578 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 3 Jun 2020 15:31:47 +0300 Subject: [PATCH] [PBCKP-98]: fix tests --- tests/replica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/replica.py b/tests/replica.py index 4ec51eb6..ab6eaf59 100644 --- a/tests/replica.py +++ b/tests/replica.py @@ -726,7 +726,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase): log_content) self.assertIn( - 'LOG: current.stop_lsn: 0/4000028', + 'LOG: stop_lsn: 0/4000028', log_content) # Clean after yourself