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/1485975690.59-mpim_joined.json | |
parent | 0403bd65ba35744d6adaa3946f1a79d52fd981cc (diff) | |
download | wee-slack-e63a037a323221e24ba0f422d8d81ee77f0b3ce0.tar.gz |
json not str(dict)
Diffstat (limited to '_pytest/data/websocket/1485975690.59-mpim_joined.json')
-rw-r--r-- | _pytest/data/websocket/1485975690.59-mpim_joined.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/data/websocket/1485975690.59-mpim_joined.json b/_pytest/data/websocket/1485975690.59-mpim_joined.json index c4e0bc0..d377778 100644 --- a/_pytest/data/websocket/1485975690.59-mpim_joined.json +++ b/_pytest/data/websocket/1485975690.59-mpim_joined.json @@ -1 +1 @@ -{u'event_ts': u'1485975690.880722', 'wee_slack_metadata': {'team': 'd80c2b6c3127dbb1991917394ed219e8212a2606'}, u'type': u'mpim_joined', u'channel': {u'topic': {u'last_set': 1485975690, u'value': u'Group messaging', u'creator': u'U407ABLLW'}, u'name': u'mpdm-bob--alice--charles-1', u'last_read': u'0000000000.000000', u'creator': u'U407ABLLW', u'is_mpim': True, u'is_archived': False, u'created': 1485975690, u'is_group': True, u'members': [u'U407ABLLW', u'U3ZKBBDL5', u'U4096CBHC'], u'unread_count': 0, u'is_open': False, u'purpose': {u'last_set': 1485975690, u'value': u'Group messaging with: @bob @alice @charles', u'creator': u'U407ABLLW'}, u'unread_count_display': 0, u'id': u'G3ZGMF4RZ', u'latest': None}}
\ No newline at end of file +{"event_ts": "1485975690.880722", "wee_slack_metadata": {"team": "d80c2b6c3127dbb1991917394ed219e8212a2606"}, "type": "mpim_joined", "channel": {"name": "mpdm-bob--alice--charles-1", "last_read": "0000000000.000000", "creator": "U407ABLLW", "is_mpim": true, "is_archived": false, "created": 1485975690, "is_group": true, "topic": {"last_set": 1485975690, "value": "Group messaging", "creator": "U407ABLLW"}, "unread_count": 0, "is_open": false, "purpose": {"last_set": 1485975690, "value": "Group messaging with: @bob @alice @charles", "creator": "U407ABLLW"}, "members": ["U407ABLLW", "U3ZKBBDL5", "U4096CBHC"], "latest": null, "id": "G3ZGMF4RZ", "unread_count_display": 0}} |