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/1485975738.1-desktop_notification.json | |
parent | 0403bd65ba35744d6adaa3946f1a79d52fd981cc (diff) | |
download | wee-slack-e63a037a323221e24ba0f422d8d81ee77f0b3ce0.tar.gz |
json not str(dict)
Diffstat (limited to '_pytest/data/websocket/1485975738.1-desktop_notification.json')
-rw-r--r-- | _pytest/data/websocket/1485975738.1-desktop_notification.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/data/websocket/1485975738.1-desktop_notification.json b/_pytest/data/websocket/1485975738.1-desktop_notification.json index 56e72f9..da451bb 100644 --- a/_pytest/data/websocket/1485975738.1-desktop_notification.json +++ b/_pytest/data/websocket/1485975738.1-desktop_notification.json @@ -1 +1 @@ -{u'launchUri': u'slack://channel?id=D3ZK1D8JY&message=1485975735000002&team=T3YS5EAL9', u'subtitle': u'slackbot', u'is_shared': False, u'title': u'weeslacktest', u'ssbFilename': u'knock_brush.mp3', u'avatarImage': u'https://a.slack-edge.com/66f9/img/slackbot_192.png', u'imageUri': None, u'content': u'@alice archived the private channel some-channel', u'event_ts': u'1485975737.881829', u'msg': u'1485975735.000002', 'wee_slack_metadata': {'team': 'd80c2b6c3127dbb1991917394ed219e8212a2606'}, u'type': u'desktop_notification', u'channel': u'D3ZK1D8JY'}
\ No newline at end of file +{"avatarImage": "https://a.slack-edge.com/66f9/img/slackbot_192.png", "subtitle": "slackbot", "is_shared": false, "title": "weeslacktest", "ssbFilename": "knock_brush.mp3", "imageUri": null, "launchUri": "slack://channel?id=D3ZK1D8JY&message=1485975735000002&team=T3YS5EAL9", "event_ts": "1485975737.881829", "msg": "1485975735.000002", "wee_slack_metadata": {"team": "d80c2b6c3127dbb1991917394ed219e8212a2606"}, "content": "@alice archived the private channel some-channel", "type": "desktop_notification", "channel": "D3ZK1D8JY"} |