test: Fix failing test from previous changes

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-12-11 10:09:19 +01:00
parent 40cfffb983
commit 2628ea96c2
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -14,6 +14,7 @@ use OC\Authentication\Exceptions\InvalidTokenException;
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;