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",
|
"email",
|
||||||
"",
|
"",
|
||||||
&Meta{
|
nil,
|
||||||
Status: "error",
|
|
||||||
StatusCode: 400,
|
|
||||||
Message: "mail '' must be a valid email",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"username",
|
"username",
|
||||||
|
|||||||
Reference in New Issue
Block a user