diff options
Diffstat (limited to 'src/test/subscription/t/029_on_error.pl')
-rw-r--r-- | src/test/subscription/t/029_on_error.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/029_on_error.pl b/src/test/subscription/t/029_on_error.pl index 05daa77c58a..add8788370c 100644 --- a/src/test/subscription/t/029_on_error.pl +++ b/src/test/subscription/t/029_on_error.pl @@ -48,7 +48,7 @@ sub test_skip_lsn # Check the log to ensure that the transaction is skipped, and advance the # offset of the log file for the next test. $offset = $node_subscriber->wait_for_log( - qr/LOG: ( [A-Z0-9]+:)? done skipping logical replication transaction finished at $lsn/, + qr/LOG: ( [A-Z0-9]+:)? logical replication completed skipping transaction at LSN $lsn/, $offset); # Insert non-conflict data |