diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-01 11:44:02 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-01 11:44:02 -0800 |
commit | e63a037a323221e24ba0f422d8d81ee77f0b3ce0 (patch) | |
tree | f1a3244f9dc194517faf7a837e756f3d2508b3ed /_pytest/data/websocket/1485975493.23-message.json | |
parent | 0403bd65ba35744d6adaa3946f1a79d52fd981cc (diff) | |
download | wee-slack-e63a037a323221e24ba0f422d8d81ee77f0b3ce0.tar.gz |
json not str(dict)
Diffstat (limited to '_pytest/data/websocket/1485975493.23-message.json')
-rw-r--r-- | _pytest/data/websocket/1485975493.23-message.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/data/websocket/1485975493.23-message.json b/_pytest/data/websocket/1485975493.23-message.json index e82d057..c6dad6c 100644 --- a/_pytest/data/websocket/1485975493.23-message.json +++ b/_pytest/data/websocket/1485975493.23-message.json @@ -1 +1 @@ -{u'user_profile': {u'avatar_hash': u'g6f7a5bf7eb7', u'first_name': u'Second', u'real_name': u'Second Testuser', u'name': u'bob', u'image_72': u'https://secure.gravatar.com/avatar/6f7a5bf7eb782853afb1d33f28ca9ae7.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2F66f9%2Fimg%2Favatars%2Fava_0019-72.png'}, u'inviter': u'U407ABLLW', u'ts': u'1485975492.000003', u'subtype': u'group_join', u'text': u'<@U3ZKBBDL5|bob> has joined the group', u'user': u'U3ZKBBDL5', u'team': u'T3YS5EAL9', 'wee_slack_metadata': {'team': 'd80c2b6c3127dbb1991917394ed219e8212a2606'}, u'type': u'message', u'channel': u'G3ZJKP7GA'}
\ No newline at end of file +{"type": "message", "user_profile": {"avatar_hash": "g6f7a5bf7eb7", "first_name": "Second", "image_72": "https://secure.gravatar.com/avatar/6f7a5bf7eb782853afb1d33f28ca9ae7.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2F66f9%2Fimg%2Favatars%2Fava_0019-72.png", "name": "bob", "real_name": "Second Testuser"}, "text": "<@U3ZKBBDL5|bob> has joined the group", "ts": "1485975492.000003", "subtype": "group_join", "user": "U3ZKBBDL5", "team": "T3YS5EAL9", "wee_slack_metadata": {"team": "d80c2b6c3127dbb1991917394ed219e8212a2606"}, "inviter": "U407ABLLW", "channel": "G3ZJKP7GA"} |