Fixing tests for UserController

This commit is contained in:
2025-03-17 20:30:11 +01:00
parent 5bc75de87c
commit e7b3acb91e
4 changed files with 57 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ public static class ModelsInit
Guid = Guid.NewGuid().ToString(),
FirstName = "FirstName",
LastName = "LastName",
Email = "Email",
Email = "test-new@email.it",
PasswordHash = "PasswordHash",
PasswordSalt = "PasswordSalt",
Password = "Password",