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/1485976040.8-reaction_removed.json | |
parent | 0403bd65ba35744d6adaa3946f1a79d52fd981cc (diff) | |
download | wee-slack-e63a037a323221e24ba0f422d8d81ee77f0b3ce0.tar.gz |
json not str(dict)
Diffstat (limited to '_pytest/data/websocket/1485976040.8-reaction_removed.json')
-rw-r--r-- | _pytest/data/websocket/1485976040.8-reaction_removed.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/data/websocket/1485976040.8-reaction_removed.json b/_pytest/data/websocket/1485976040.8-reaction_removed.json index 2f39d43..3553a10 100644 --- a/_pytest/data/websocket/1485976040.8-reaction_removed.json +++ b/_pytest/data/websocket/1485976040.8-reaction_removed.json @@ -1 +1 @@ -{u'reaction': u'unamused', u'event_ts': u'1485976040.888829', u'item': {u'type': u'message', u'ts': u'1485975841.000007', u'channel': u'C407ABS94'}, u'user': u'U407ABLLW', u'item_user': u'U407ABLLW', 'wee_slack_metadata': {'team': 'd80c2b6c3127dbb1991917394ed219e8212a2606'}, u'type': u'reaction_removed'}
\ No newline at end of file +{"reaction": "unamused", "event_ts": "1485976040.888829", "item": {"type": "message", "ts": "1485975841.000007", "channel": "C407ABS94"}, "user": "U407ABLLW", "item_user": "U407ABLLW", "wee_slack_metadata": {"team": "d80c2b6c3127dbb1991917394ed219e8212a2606"}, "type": "reaction_removed"} |