mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
Fix OCS test for allowing empty emails on account update
This commit is contained in:
@@ -1136,11 +1136,7 @@ func TestUpdateUser(t *testing.T) {
|
||||
{
|
||||
"email",
|
||||
"",
|
||||
&Meta{
|
||||
Status: "error",
|
||||
StatusCode: 400,
|
||||
Message: "mail '' must be a valid email",
|
||||
},
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"username",
|
||||
|
||||
Reference in New Issue
Block a user