We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b37a4 commit 6047af0Copy full SHA for 6047af0
tests/updatable_timer/updatable_timer_test.py
@@ -10,7 +10,7 @@
10
from updatable_timer.workflow import Workflow
11
12
13
-async def test_updatable_timer_workflow(client: Client):
+async def test_updatable_timer_workflow():
14
logging.basicConfig(level=logging.DEBUG)
15
16
task_queue_name = str(uuid.uuid4())
0 commit comments