Skip to content

Commit 1cf5021

Browse files
author
alrex
authored
remove unicode prefix, no longer necessary (#689)
1 parent 50e7b1b commit 1cf5021

File tree

1 file changed

+23
-23
lines changed
  • instrumentation/opentelemetry-instrumentation-celery/tests

1 file changed

+23
-23
lines changed

instrumentation/opentelemetry-instrumentation-celery/tests/test_utils.py

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -199,35 +199,35 @@ def test_task_id_from_protocol_v2(self):
199199
["user"],
200200
{"force_logout": True},
201201
{
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,
206206
},
207207
),
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",
211211
"retry_policy": None,
212212
"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,
227227
},
228228
"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",
231231
},
232232
}
233233

0 commit comments

Comments
 (0)