test: move RegisterUserProcessorTest

This commit is contained in:
Maël Gangloff
2025-12-11 10:32:29 +01:00
parent 767949aefa
commit 0de6c7a132
2 changed files with 9 additions and 10 deletions

View File

@@ -36,7 +36,6 @@ use Symfony\Component\Validator\Constraints as Assert;
),
new Post(
uriTemplate: '/register',
routeName: 'user_register',
openapiContext: [
'summary' => 'Register a new user',
'description' => 'If the server configuration allows it, this endpoint enables the registration of a new user. Depending on the server configuration, a confirmation email may be sent to the provided email address so that the user can verify their email address.',