View | Details | Raw Unified | Return to bug 32648
Collapse All | Expand All

(-)a/t/db_dependent/Filter_MARC_ViewPolicy.t (-1 / +2 lines)
Lines 205-207 subtest 'Koha::Filter::MARC::ViewPolicy intranet tests' => sub { Link Here
205
    $schema->storage->txn_rollback();
205
    $schema->storage->txn_rollback();
206
};
206
};
207
207
208
- 
208
my $cache = Koha::Caches->get_instance();
209
$cache->flush_all(); # Clear cache for the other tests

Return to bug 32648