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

(-)a/t/db_dependent/Koha/OAIHarvester.t (-2 / +1 lines)
Lines 42-48 $schema->storage->txn_begin; Link Here
42
42
43
my $new_oai_biblio = Koha::OAIServer->new(
43
my $new_oai_biblio = Koha::OAIServer->new(
44
    {
44
    {
45
        endpoint   => C4::Context->preference('OPACBaseURL') . '/cgi-bin/koha/oai.pl',
45
        endpoint   => ( $ENV{KOHA_OPAC_URL} || C4::Context->preference('OPACBaseURL') ) . '/cgi-bin/koha/oai.pl',
46
        oai_set    => '',
46
        oai_set    => '',
47
        servername => 'my_test_1',
47
        servername => 'my_test_1',
48
        dataformat => 'oai_dc',
48
        dataformat => 'oai_dc',
49
- 

Return to bug 35659