diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-26 22:53:36 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-26 22:53:36 +0000 |
| commit | a546c76d5eb8dcf2efe8b305cdb997b64914728e (patch) | |
| tree | e555484a41903d024a4e5989293f05b5feb39b48 /test | |
| parent | 4a22f913740efb294c394275ab21c990e9956389 (diff) | |
added user test file
Diffstat (limited to 'test')
| -rw-r--r-- | test/data/user.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test/data/user.json b/test/data/user.json new file mode 100644 index 0000000..b8ca88d --- /dev/null +++ b/test/data/user.json @@ -0,0 +1,35 @@ +{ + "existingUser": { + "_id": { + "$oid": "57950d18543bc2fe7681f28c" + }, + "email": "kumar@kumar.com", + "user_name": "kumar", + "f_name": "KUMAR", + "l_name": "DAMANI", + "university": "", + "department": "", + "answered": 1, + "messages": 0, + "comments": 4, + "phone_num": "", + "followers": [] + }, + + "nonExistingUser": { + "_id": { + "$oid": "57950d18543bc2fe7681f28c" + }, + "email": "kumar@kumar.com", + "user_name": "kumarFake", + "f_name": "KUMAR", + "l_name": "DAMANI", + "university": "", + "department": "", + "answered": 1, + "messages": 0, + "comments": 4, + "phone_num": "", + "followers": [] + } +}
\ No newline at end of file |
