Skip to content

Commit 16ca420

Browse files
redundant line
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 8802d44 commit 16ca420

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_orchestration_e2e.py

-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ def parent_orchestrator(ctx: task.OrchestrationContext, count: int):
327327
if recurse:
328328
assert activity_counter == 0, "Activity should not have executed with recursive termination"
329329
else:
330-
assert metadata is not None
331330
assert activity_counter == 5, "Activity should have executed without recursive termination"
332331

333332

0 commit comments

Comments
 (0)