Skip to content

Commit 05ab51e

Browse files
committed
Remove print
1 parent 5e41582 commit 05ab51e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/worker/test_workflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2600,7 +2600,6 @@ async def test_workflow_typed_config(client: Client):
26002600
found_marker = False
26012601
async for e in handle.fetch_history_events():
26022602
if e.HasField("marker_recorded_event_attributes"):
2603-
print("SUMMARY:", e.user_metadata.summary)
26042603
assert b'"Summary"' == e.user_metadata.summary.data
26052604
found_marker = True
26062605
break

0 commit comments

Comments
 (0)