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

(-)a/t/db_dependent/Auth.t (-2 lines)
Lines 602-608 subtest 'get_template_and_user' => sub { # Tests for the language URL paramete Link Here
602
    );
602
    );
603
    is($template->{VARS}->{'opac_name'}, "multibranch-19", "Opac name was set correctly");
603
    is($template->{VARS}->{'opac_name'}, "multibranch-19", "Opac name was set correctly");
604
    is($template->{VARS}->{'opac_search_limit'}, "branch:multibranch-19", "Search limit was set correctly");
604
    is($template->{VARS}->{'opac_search_limit'}, "branch:multibranch-19", "Search limit was set correctly");
605
    ok(defined($template->{VARS}->{'csrf_token'}), "CSRF token returned");
606
605
607
    delete $ENV{"HTTP_COOKIE"};
606
    delete $ENV{"HTTP_COOKIE"};
608
};
607
};
609
- 

Return to bug 30524