From 30e9fb78c406fb50340934b9c2105269a2d854a0 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 13 Mar 2019 16:25:38 +0000 Subject: [PATCH] Bug 13895: Fix test --- t/db_dependent/api/v1/checkouts.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/db_dependent/api/v1/checkouts.t b/t/db_dependent/api/v1/checkouts.t index b3c31cc8c9..170bf2b8ae 100644 --- a/t/db_dependent/api/v1/checkouts.t +++ b/t/db_dependent/api/v1/checkouts.t @@ -41,9 +41,6 @@ $schema->storage->txn_begin; my $dbh = C4::Context->dbh; -#FIXME - should be removed -$dbh->do('DELETE FROM issuingrules'); - my $librarian = $builder->build_object({ class => 'Koha::Patrons', value => { flags => 2 } -- 2.21.0