Skip to content

Commit cf55cc0

Browse files
committed
Remove print
1 parent 420f18f commit cf55cc0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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)