Skip to content

Commit

Permalink
fixed one test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Dec 23, 2024
1 parent 176aaa2 commit 0f84b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integrations/celery/test_celery.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import threading
import kombu
from unittest import mock
from urllib.parse import quote

import pytest
from celery import Celery, VERSION
Expand Down Expand Up @@ -518,6 +519,7 @@ def dummy_task(self, x, y):
[
"sentry-release=abcdef",
"sentry-trace_id={}".format(root_span.trace_id),
"sentry-transaction={}".format(quote("<unlabeled span>")),
"sentry-environment=production",
"sentry-sample_rate=1.0",
"sentry-sampled=true",
Expand Down

0 comments on commit 0f84b11

Please sign in to comment.