Skip to content

Commit cfd2b12

Browse files
committed
fix: ruff format
1 parent 83e9fee commit cfd2b12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

backend/tests/test_chat.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ def mock_vertexai_generative_model(mocker):
3333
def chat_manager(mocker, mock_vertexai, mock_vertexai_generative_model):
3434
# Mock Google service account credentials
3535
mock_credentials = mocker.Mock()
36-
mocker.patch("tenantfirstaid.chat.service_account.Credentials.from_service_account_file",
37-
return_value=mock_credentials)
36+
mocker.patch(
37+
"tenantfirstaid.chat.service_account.Credentials.from_service_account_file",
38+
return_value=mock_credentials,
39+
)
3840
return ChatManager()
3941

4042

0 commit comments

Comments
 (0)