@@ -199,35 +199,35 @@ def test_task_id_from_protocol_v2(self):
199
199
["user" ],
200
200
{"force_logout" : True },
201
201
{
202
- u "chord" : None ,
203
- u "callbacks" : None ,
204
- u "errbacks" : None ,
205
- u "chain" : None ,
202
+ "chord" : None ,
203
+ "callbacks" : None ,
204
+ "errbacks" : None ,
205
+ "chain" : None ,
206
206
},
207
207
),
208
- "sender" : u "tests.contrib.celery.test_integration.fn_task_parameters" ,
209
- "exchange" : u "" ,
210
- "routing_key" : u "celery" ,
208
+ "sender" : "tests.contrib.celery.test_integration.fn_task_parameters" ,
209
+ "exchange" : "" ,
210
+ "routing_key" : "celery" ,
211
211
"retry_policy" : None ,
212
212
"headers" : {
213
- u "origin" : u "gen83744@hostname" ,
214
- u "root_id" : "7e917b83-4018-431d-9832-73a28e1fb6c0" ,
215
- u "expires" : None ,
216
- u "shadow" : None ,
217
- u "id" : "7e917b83-4018-431d-9832-73a28e1fb6c0" ,
218
- u "kwargsrepr" : u "{'force_logout': True}" ,
219
- u "lang" : u "py" ,
220
- u "retries" : 0 ,
221
- u "task" : u "tests.contrib.celery.test_integration.fn_task_parameters" ,
222
- u "group" : None ,
223
- u "timelimit" : [None , None ],
224
- u "parent_id" : None ,
225
- u "argsrepr" : u "['user']" ,
226
- u "eta" : None ,
213
+ "origin" : "gen83744@hostname" ,
214
+ "root_id" : "7e917b83-4018-431d-9832-73a28e1fb6c0" ,
215
+ "expires" : None ,
216
+ "shadow" : None ,
217
+ "id" : "7e917b83-4018-431d-9832-73a28e1fb6c0" ,
218
+ "kwargsrepr" : "{'force_logout': True}" ,
219
+ "lang" : "py" ,
220
+ "retries" : 0 ,
221
+ "task" : "tests.contrib.celery.test_integration.fn_task_parameters" ,
222
+ "group" : None ,
223
+ "timelimit" : [None , None ],
224
+ "parent_id" : None ,
225
+ "argsrepr" : "['user']" ,
226
+ "eta" : None ,
227
227
},
228
228
"properties" : {
229
- u "reply_to" : "c3054a07-5b28-3855-b18c-1623a24aaeca" ,
230
- u "correlation_id" : "7e917b83-4018-431d-9832-73a28e1fb6c0" ,
229
+ "reply_to" : "c3054a07-5b28-3855-b18c-1623a24aaeca" ,
230
+ "correlation_id" : "7e917b83-4018-431d-9832-73a28e1fb6c0" ,
231
231
},
232
232
}
233
233
0 commit comments