mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user