Skip to content

Commit af2cd57

Browse files
committed
test fix
1 parent bf3dd0e commit af2cd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/celery-library/tests/unit/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async def test_filtering_listing_tasks(
213213
with_celery_worker: WorkController,
214214
):
215215
class MyFilter(TaskFilter):
216-
user_id: int | Wildcard
216+
user_id: int
217217
product_name: str | Wildcard
218218
client_app: str | Wildcard
219219

0 commit comments

Comments
 (0)