chore(api): reformat code

This commit is contained in:
QuantumGhost
2026-01-28 16:31:55 +08:00
parent 83b81f2c2e
commit 76d7a44585
3 changed files with 2 additions and 104 deletions

View File

@ -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):