chore: Add missing use in SessionTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2026-04-23 14:07:56 +02:00
parent 54fc2caf0d
commit 3a8e64fce3
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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;