From e63a037a323221e24ba0f422d8d81ee77f0b3ce0 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 1 Feb 2017 11:44:02 -0800 Subject: json not str(dict) --- _pytest/data/websocket/1485975736.08-message.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_pytest/data/websocket/1485975736.08-message.json') diff --git a/_pytest/data/websocket/1485975736.08-message.json b/_pytest/data/websocket/1485975736.08-message.json index 172f553..147dbb4 100644 --- a/_pytest/data/websocket/1485975736.08-message.json +++ b/_pytest/data/websocket/1485975736.08-message.json @@ -1 +1 @@ -{u'text': u'<@U407ABLLW|alice> archived the private channel ', u'ts': u'1485975735.000002', u'user': u'USLACKBOT', u'team': u'T3YS5EAL9', 'wee_slack_metadata': {'team': 'd80c2b6c3127dbb1991917394ed219e8212a2606'}, u'type': u'message', u'channel': u'D3ZK1D8JY'} \ No newline at end of file +{"text": "<@U407ABLLW|alice> archived the private channel ", "ts": "1485975735.000002", "user": "USLACKBOT", "team": "T3YS5EAL9", "wee_slack_metadata": {"team": "d80c2b6c3127dbb1991917394ed219e8212a2606"}, "type": "message", "channel": "D3ZK1D8JY"} -- cgit