From d42018fb3b2dac5c1a33743ec068204aa470f8f6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 29 Oct 2018 13:43:11 +0100 Subject: [PATCH] Bug 21711: Remove $shib in Auth.t (17776 folllow-up) Content-Type: text/plain; charset=utf-8 See patch (QA follow-up) Remove shibboleth package variables on bug 17776. The variable is no longer global and should be removed in Auth.t. Trivial. Resolves warning: Name "C4::Auth::shib" used only once: possible typo at t/db_dependent/Auth.t line 298. Test plan: Run t/db_dependent/Auth.t Signed-off-by: Marcel de Rooy --- t/db_dependent/Auth.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t index 5183edf..3cf4651 100644 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -295,7 +295,6 @@ subtest 'Check value of login_attempts in checkpw' => sub { # Only interested here in regular login $C4::Auth::cas = 0; $C4::Auth::ldap = 0; - $C4::Auth::shib = 0; my $patron = $builder->build_object({ class => 'Koha::Patrons' }); $patron->login_attempts(2); -- 2.1.4