Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
roaga committed Oct 10, 2024
1 parent 9c8a0d3 commit d2f0161
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 @@ -22,7 +22,7 @@ def test_detected_celery_jobs():
"seer.automation.codegen.unittest_step.unittest_task",
"seer.automation.tasks.delete_data_for_ttl",
"seer.smoke_test.smoke_test",
"seer.automation.tasks.raise_an_exception", # TODO remove this once testing in prod is done
"seer.automation.tasks.buggy_code", # TODO remove this once testing in prod is done
]
)

Expand Down

0 comments on commit d2f0161

Please sign in to comment.