From 2628ea96c2ede70ce24333ca11c5cefa369c9108 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Dec 2025 10:09:19 +0100 Subject: [PATCH] test: Fix failing test from previous changes Signed-off-by: Joas Schilling --- tests/lib/User/SessionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/User/SessionTest.php b/tests/lib/User/SessionTest.php index f0f016e794af4..156c9b59f23b9 100644 --- a/tests/lib/User/SessionTest.php +++ b/tests/lib/User/SessionTest.php @@ -14,6 +14,7 @@ use OC\Authentication\Exceptions\PasswordLoginForbiddenException; use OC\Authentication\Token\IProvider; use OC\Authentication\Token\IToken; +use OC\Authentication\Token\PublicKeyToken; use OC\Security\Bruteforce\Throttler; use OC\Session\Memory; use OC\User\LoginException;