Skip to content

Commit b20962b

Browse files
committed
Fixed test
1 parent 04cc677 commit b20962b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/celery/test_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def dummy_task(self, x, y):
519519
[
520520
"sentry-release=abcdef",
521521
"sentry-trace_id={}".format(root_span.trace_id),
522-
"sentry-transaction={}".format(quote("<unlabeled span>")),
522+
"sentry-transaction=task",
523523
"sentry-environment=production",
524524
"sentry-sample_rate=1.0",
525525
"sentry-sampled=true",

0 commit comments

Comments
 (0)