This commit is contained in:
Tom Moor
2018-06-01 00:01:06 -04:00
parent 9315e3f0f0
commit a7fc72e19f
4 changed files with 8 additions and 87 deletions

View File

@@ -153,7 +153,10 @@ exports[`#user.update should update user profile information 1`] = `
Object {
"data": Object {
"avatarUrl": "http://example.com/avatar.png",
"email": "user1@example.com",
"id": "46fde1d4-0050-428f-9f0b-0bf77f4bdf61",
"isAdmin": false,
"isSuspended": false,
"name": "New name",
"username": "user1",
},