Hide a users email everywhere (#69)
This commit is contained in:
parent
ac5446e4f5
commit
19faee0102
9 changed files with 32 additions and 42 deletions
|
|
@ -160,7 +160,6 @@ func TestListUser_ReadAll(t *testing.T) {
|
|||
ID: 1,
|
||||
Username: "user1",
|
||||
Password: "1234",
|
||||
Email: "user1@example.com",
|
||||
},
|
||||
Right: RightRead,
|
||||
},
|
||||
|
|
@ -169,7 +168,6 @@ func TestListUser_ReadAll(t *testing.T) {
|
|||
ID: 2,
|
||||
Username: "user2",
|
||||
Password: "1234",
|
||||
Email: "user2@example.com",
|
||||
},
|
||||
Right: RightRead,
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue