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

(-)a/t/Koha_ExternalContent_OverDrive.t (-1 / +2 lines)
Lines 29-34 SKIP: { Link Here
29
29
30
    use_ok('Koha::ExternalContent::OverDrive');
30
    use_ok('Koha::ExternalContent::OverDrive');
31
31
32
    t::lib::Mocks::mock_preference('SessionStorage','tmp');
33
32
    t::lib::Mocks::mock_preference('OverDriveClientKey', 'DUMMY');
34
    t::lib::Mocks::mock_preference('OverDriveClientKey', 'DUMMY');
33
    t::lib::Mocks::mock_preference('OverDriveClientSecret', 'DUMMY');
35
    t::lib::Mocks::mock_preference('OverDriveClientSecret', 'DUMMY');
34
    t::lib::Mocks::mock_preference('OverDriveLibraryID', 'DUMMY');
36
    t::lib::Mocks::mock_preference('OverDriveLibraryID', 'DUMMY');
35
- 

Return to bug 18851