summaryrefslogtreecommitdiff
path: root/src/test/subscription/t/021_twophase.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/subscription/t/021_twophase.pl')
-rw-r--r--src/test/subscription/t/021_twophase.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/021_twophase.pl b/src/test/subscription/t/021_twophase.pl
index 8ce4cfc983c..9bcf46c7b35 100644
--- a/src/test/subscription/t/021_twophase.pl
+++ b/src/test/subscription/t/021_twophase.pl
@@ -21,7 +21,7 @@ $node_publisher->start;
# Create subscriber node
my $node_subscriber = PostgreSQL::Test::Cluster->new('subscriber');
-$node_subscriber->init(allows_streaming => 'logical');
+$node_subscriber->init;
$node_subscriber->append_conf('postgresql.conf',
qq(max_prepared_transactions = 10));
$node_subscriber->start;