test(IT): Test account history manager use cases

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-08-21 18:55:34 +02:00
parent b85fbdc5c5
commit d270ec6eb9
144 changed files with 634 additions and 344 deletions

View File

@@ -77,7 +77,7 @@ final class RefreshController extends SimpleControllerBase
$this->eventDispatcher->notify(
'refresh.masterPassword.hash',
new Event($this, EventMessage::factory()->addDescription(__u('Master password hash updated')))
new Event($this, EventMessage::build()->addDescription(__u('Master password hash updated')))
);
return $this->returnJsonResponse(JsonMessage::JSON_SUCCESS, __u('Master password hash updated'));