mirror of
https://github.com/langgenius/dify.git
synced 2026-04-23 20:36:14 +08:00
chore(api): reformat code
This commit is contained in:
@ -1442,6 +1442,7 @@ class TestConversationStatusCount:
|
||||
]
|
||||
|
||||
with patch("models.model.db.session.scalars") as mock_scalars:
|
||||
|
||||
def mock_scalars_side_effect(query):
|
||||
mock_result = MagicMock()
|
||||
if "messages" in str(query):
|
||||
|
||||
Reference in New Issue
Block a user