diff options
Diffstat (limited to 'src/test/subscription/t/027_nosuperuser.pl')
-rw-r--r-- | src/test/subscription/t/027_nosuperuser.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/subscription/t/027_nosuperuser.pl b/src/test/subscription/t/027_nosuperuser.pl index 4902542b5ea..4815e6ccffe 100644 --- a/src/test/subscription/t/027_nosuperuser.pl +++ b/src/test/subscription/t/027_nosuperuser.pl @@ -5,7 +5,7 @@ use strict; use warnings; use PostgreSQL::Test::Cluster; -use Test::More tests => 14; +use Test::More; my ($node_publisher, $node_subscriber, $publisher_connstr, $result, $offset); $offset = 0; @@ -278,3 +278,5 @@ publish_delete("alice.unpartitioned", 17); expect_replication( "alice.unpartitioned", 2, 23, 25, "nosuperuser nobypassrls table owner can replicate delete into unpartitioned despite rls"); + +done_testing(); |