Skip to content

Commit

Permalink
rename celery_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xucai committed Jun 19, 2024
1 parent d87b411 commit 1754570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from application.celery_init import make_celery


@patch('application.celery.Celery')
@patch('application.celery_init.Celery')
def test_make_celery(mock_celery):
# Arrange
app_name = 'test_app_name'
Expand Down

0 comments on commit 1754570

Please sign in to comment.