graph: Allow creating users without email (#5253)
This commit is contained in:
committed by
Ralf Haferkamp
parent
b30b0b4a6c
commit
c79d4ec241
@@ -512,9 +512,6 @@ var _ = Describe("Users", func() {
|
||||
})
|
||||
|
||||
It("handles bad Mails", func() {
|
||||
user.Mail = nil
|
||||
assertHandleBadAttributes(user)
|
||||
|
||||
user.SetMail("not-a-mail-address")
|
||||
assertHandleBadAttributes(user)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user