From 1c62c5261bbfb628e5316f5ab0f7c17104a4d5cd Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Sep 2025 10:33:58 +0200 Subject: [PATCH] Bug 39980: Add Test::NoWarnings --- t/db_dependent/mojo/acquisition/vendors.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/mojo/acquisition/vendors.t b/t/db_dependent/mojo/acquisition/vendors.t index c2e47f27716..05c784701fd 100755 --- a/t/db_dependent/mojo/acquisition/vendors.t +++ b/t/db_dependent/mojo/acquisition/vendors.t @@ -2,7 +2,8 @@ use Modern::Perl; -use Test::More tests => 1; +use Test::More tests => 2; +use Test::NoWarnings; use Test::Mojo; use Koha::App::Intranet; -- 2.34.1