diff --git a/lib/crewai/tests/test_flow_execution_id.py b/lib/crewai/tests/test_flow_execution_id.py index a90ceba54..95088d4b6 100644 --- a/lib/crewai/tests/test_flow_execution_id.py +++ b/lib/crewai/tests/test_flow_execution_id.py @@ -123,4 +123,5 @@ def _reset_flow_context_vars(): try: var.set(None) except LookupError: + # ContextVar was never set in this context; nothing to reset. pass