Fix tests

This commit is contained in:
Matej Bačo
2026-05-06 11:45:35 +02:00
parent 389146c625
commit 140cbb633d
@@ -12,6 +12,7 @@ class V25 extends Filter
{
return match ($model) {
Response::MODEL_OAUTH2_OIDC => $this->parseOAuth2Oidc($content),
Response::MODEL_OAUTH2_PROVIDER_LIST => $this->handleList($content, 'providers', fn ($item) => $this->parseOAuth2Oidc($item)),
default => $content,
};
}