From 24c0f3015474aeccb51610b47d7adae631432dab Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 23 Oct 2019 16:23:48 +0100 Subject: [PATCH] Bug 23049: (QA follow-up) Silence noisy warnings Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- t/db_dependent/Koha/Account.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Koha/Account.t b/t/db_dependent/Koha/Account.t index 9efc8de7b1..3d84d82eec 100755 --- a/t/db_dependent/Koha/Account.t +++ b/t/db_dependent/Koha/Account.t @@ -32,6 +32,7 @@ use t::lib::Mocks; use t::lib::TestBuilder; my $schema = Koha::Database->new->schema; +$schema->storage->dbh->{PrintError} = 0; my $builder = t::lib::TestBuilder->new; C4::Context->interface('commandline'); -- 2.39.2