diff --git a/tests/updatable_timer/updatable_timer_test.py b/tests/updatable_timer/updatable_timer_test.py index f1e38245..1f3d8ae0 100644 --- a/tests/updatable_timer/updatable_timer_test.py +++ b/tests/updatable_timer/updatable_timer_test.py @@ -10,7 +10,7 @@ from updatable_timer.workflow import Workflow -async def test_updatable_timer_workflow(client: Client): +async def test_updatable_timer_workflow(): logging.basicConfig(level=logging.DEBUG) task_queue_name = str(uuid.uuid4())