From b613df4162c54849cbeb45fc416d5466ae9b2b38 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 30 Jan 2026 13:52:03 -0500 Subject: [PATCH] Bug 33782: (QA follow-up) Fix qa issues Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Auth/Client/OAuth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Auth/Client/OAuth.t b/t/db_dependent/Koha/Auth/Client/OAuth.t index 0da9a83fe7c..0cca7126a22 100755 --- a/t/db_dependent/Koha/Auth/Client/OAuth.t +++ b/t/db_dependent/Koha/Auth/Client/OAuth.t @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; -- 2.50.1 (Apple Git-155)