Created
April 4, 2016 17:09
-
-
Save sethetter/619001edcee7a8765987520a30e702c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Exepected | |
| [ | |
| "user": { | |
| "admin":false, | |
| "display_name":"Rex Senger", | |
| "email":"[email protected]", | |
| "fname":"Rex", | |
| "id":5, | |
| "lname":"Senger", | |
| "verified":null | |
| } | |
| ] | |
| // Actual | |
| [ | |
| { | |
| "activeGroupId": null, | |
| "groups": [], | |
| "user": { | |
| "admin":false, | |
| "created_at":"2016-04-04 16:47:09", | |
| "display_name":"Rex Senger", | |
| "email":"[email protected]", | |
| "fname":"Rex", | |
| "id":5, | |
| "lname":"Senger", | |
| "remember_token":"XEDTShbomV", | |
| "updated_at":"2016-04-04 16:47:09", | |
| "verified":null | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment