mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
ccabdbc83b
commit
152fd52cd7
|
|
@ -1,4 +1,3 @@
|
|||
"""
|
||||
Mark agent test modules as a package to avoid import name collisions.
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -45,4 +45,3 @@ def test_skip_empty_final_chunk() -> None:
|
|||
published_event, publish_from = queue_manager.published[0]
|
||||
assert publish_from == PublishFrom.APPLICATION_MANAGER
|
||||
assert published_event.text == "hi"
|
||||
|
||||
|
|
|
|||
|
|
@ -146,4 +146,3 @@ def test_serialize_tool_call_strips_files_to_ids():
|
|||
assert serialized["name"] == "do"
|
||||
assert serialized["arguments"] == '{"a":1}'
|
||||
assert serialized["output"] == "ok"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue