mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-19 01:21:50 +00:00
Rm test for parent_run presence (#30356)
This commit is contained in:
parent
38b48d257d
commit
f5a0092551
@ -99,7 +99,6 @@ def test_config_traceable_handoff() -> None:
|
||||
rt = get_current_run_tree()
|
||||
assert rt
|
||||
assert rt.session_name == "another-flippin-project"
|
||||
assert rt.parent_run and rt.parent_run.name == "my_parent_function"
|
||||
return my_child_function(a)
|
||||
|
||||
def my_parent_function(a: int) -> int:
|
||||
|
Loading…
Reference in New Issue
Block a user