From f89c350f7216619bbf327bc700b0c4cd8be0486f Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 23 Mar 2016 14:16:18 +0100 Subject: [PATCH] Change syspref case to make tests pass Regression due to bug 11998 Signed-off-by: Julian Maurice --- t/db_dependent/Auth_with_cas.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Auth_with_cas.t b/t/db_dependent/Auth_with_cas.t index ab21233991..dec0c9b612 100755 --- a/t/db_dependent/Auth_with_cas.t +++ b/t/db_dependent/Auth_with_cas.t @@ -43,7 +43,7 @@ C4::Context->disable_syspref_cache(); t::lib::Mocks::mock_preference('OPACBaseURL','http://localhost'); t::lib::Mocks::mock_preference('staffClientBaseURL','localhost:8080'); -my $opac_base_url = C4::Context->preference('OpacBaseURL'); +my $opac_base_url = C4::Context->preference('OPACBaseURL'); my $staff_base_url = C4::Context->preference('staffClientBaseURL'); my $query_string = 'ticket=foo&bar=baz'; -- 2.39.5