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/1485975978.91-file_shared.json | |
parent | 0403bd65ba35744d6adaa3946f1a79d52fd981cc (diff) | |
download | wee-slack-e63a037a323221e24ba0f422d8d81ee77f0b3ce0.tar.gz |
json not str(dict)
Diffstat (limited to '_pytest/data/websocket/1485975978.91-file_shared.json')
-rw-r--r-- | _pytest/data/websocket/1485975978.91-file_shared.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/data/websocket/1485975978.91-file_shared.json b/_pytest/data/websocket/1485975978.91-file_shared.json index e41c2be..ede98ba 100644 --- a/_pytest/data/websocket/1485975978.91-file_shared.json +++ b/_pytest/data/websocket/1485975978.91-file_shared.json @@ -1 +1 @@ -{u'user_id': u'U407ABLLW', u'event_ts': u'1485975978.887560', u'file_id': u'F3YTCL8TA', u'file': {u'id': u'F3YTCL8TA'}, 'wee_slack_metadata': {'team': 'd80c2b6c3127dbb1991917394ed219e8212a2606'}, u'type': u'file_shared'}
\ No newline at end of file +{"user_id": "U407ABLLW", "event_ts": "1485975978.887560", "file_id": "F3YTCL8TA", "file": {"id": "F3YTCL8TA"}, "wee_slack_metadata": {"team": "d80c2b6c3127dbb1991917394ed219e8212a2606"}, "type": "file_shared"} |