This commit is contained in:
@@ -374,7 +374,7 @@ func (s *IntegrationSuite) TestRepository_UserCreate() {
|
||||
user := &model.User{
|
||||
Email: email,
|
||||
EmailHash: cryptoHelper.EmailHash(email),
|
||||
PasswordHash: crypto.PasswordHash("password123"),
|
||||
PasswordHash: crypto.PasswordHash("Password123"),
|
||||
Phone: "+1234567890",
|
||||
UserName: "New User",
|
||||
CompanyName: "Test Company",
|
||||
|
||||
Reference in New Issue
Block a user