Skip to content

Commit

Permalink
Still side effect...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jul 19, 2024
1 parent a56b835 commit c548c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/otel_integrations/test_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@pytest.fixture
def celery_app() -> Iterator[Celery]:
app = Celery('tasks', broker='redis://localhost:6379/0', backend='redis://localhost:6379/0')
celery_app.conf.update(worker_hijack_root_logger=False) # type: ignore

@app.task(name='tasks.say_hello') # type: ignore
def say_hello(): # type: ignore
Expand Down

0 comments on commit c548c75

Please sign in to comment.