From 3a8e64fce3888eb1d940fb0f54ab2ac885bee901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 23 Apr 2026 14:07:56 +0200 Subject: [PATCH] chore: Add missing use in SessionTest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- 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 313b9ceeef6..5a8f67fd71d 100644 --- a/tests/lib/User/SessionTest.php +++ b/tests/lib/User/SessionTest.php @@ -9,6 +9,7 @@ namespace Test\User; use OC\AppFramework\Http\Request; +use OC\Authentication\Exceptions\InvalidTokenException; use OC\Authentication\Events\LoginFailed; use OC\Authentication\Token\DefaultTokenMapper; use OC\Authentication\Token\DefaultTokenProvider;