Bug 18851: (QA followup) Test doesn't need sessions on DB
As the DB structure is not initialized for sessions, running this tests raise an irrelevant warning. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
1917e0c89f
commit
b94eb77d1b
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ SKIP: {
|
|||
|
||||
use_ok('Koha::ExternalContent::OverDrive');
|
||||
|
||||
t::lib::Mocks::mock_preference('SessionStorage','tmp');
|
||||
|
||||
t::lib::Mocks::mock_preference('OverDriveClientKey', 'DUMMY');
|
||||
t::lib::Mocks::mock_preference('OverDriveClientSecret', 'DUMMY');
|
||||
t::lib::Mocks::mock_preference('OverDriveLibraryID', 'DUMMY');
|
||||
|
|
Loading…
Reference in a new issue