Fix OCS test for allowing empty emails on account update

This commit is contained in:
Benedikt Kulmann
2020-10-19 12:43:52 +02:00
parent cb5a78f0dd
commit fead8d7534

View File

@@ -1136,11 +1136,7 @@ func TestUpdateUser(t *testing.T) {
{
"email",
"",
&Meta{
Status: "error",
StatusCode: 400,
Message: "mail '' must be a valid email",
},
nil,
},
{
"username",