Skip to content

Commit 48d5ddc

Browse files
committed
Workaround mypy bug
1 parent af9f80a commit 48d5ddc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_activity.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ async def test_manual_heartbeat(client: Client):
244244
run_id=activity_handle.run_id,
245245
)
246246
await async_activity_handle.heartbeat("Test heartbeat details")
247-
await client.get_workflow_handle_for(
248-
WaitForSignalWorkflow.run,
247+
await client.get_workflow_handle(
249248
workflow_id=wait_for_signal_workflow_id,
250249
).signal(WaitForSignalWorkflow.signal)
251250
assert await activity_handle.result() == "Test heartbeat details"

0 commit comments

Comments
 (0)