Skip to content

Commit

Permalink
second test ci commit
Browse files Browse the repository at this point in the history
  • Loading branch information
“achuyko” committed Aug 20, 2024
1 parent 8a19c0e commit c59f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/grpc_server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (s server) Get(ctx context.Context, req *user_api.GetRequest) (*user_api.Ge
Id: req.GetId(),
User: &user_api.UserInfo{
Name: "TEST USER",
Email: gofakeit.Email(),
Email: "TEST EMAIL",
Password: gofakeit.Password(true, true, true, true, true, 1),
PasswordConfirm: gofakeit.BeerName(),
Role: user_api.Role_USER,
Expand Down

0 comments on commit c59f4b9

Please sign in to comment.