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

(-)a/t/db_dependent/api/v1/patrons.t (-1 / +4 lines)
Lines 33-38 my $builder = t::lib::TestBuilder->new(); Link Here
33
33
34
$schema->storage->txn_begin;
34
$schema->storage->txn_begin;
35
35
36
# FIXME: sessionStorage defaults to mysql, but it seems to break transaction handling
37
# this affects the other REST api tests
38
t::lib::Mocks::mock_preference( 'SessionStorage', 'tmp' );
39
36
$ENV{REMOTE_ADDR} = '127.0.0.1';
40
$ENV{REMOTE_ADDR} = '127.0.0.1';
37
my $t = Test::Mojo->new('Koha::REST::V1');
41
my $t = Test::Mojo->new('Koha::REST::V1');
38
42
39
- 

Return to bug 18826