test(tests): UT for JsonResponse class

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-05-08 19:58:15 +02:00
parent c758b7f0b6
commit 9b170b2fb8
13 changed files with 264 additions and 116 deletions

View File

@@ -70,7 +70,7 @@ abstract class UserPassResetSaveBase extends ControllerBase
$this->mailService = $mailService;
$this->trackService = $trackService;
$this->trackRequest = $this->trackService->buildTrackRequest($this->getViewBaseName());
$this->trackRequest = $this->trackService->buildTrackRequest($this->routeContextData->getActionName());
}
/**