mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
chore: apply auto formatted files
This commit is contained in:
@@ -18,7 +18,9 @@ class TestR182EffectiveConfigHotspot(unittest.TestCase):
|
||||
)
|
||||
|
||||
@patch("services.effective_config.get_api_key_for_provider")
|
||||
@patch("services.effective_config.get_effective_llm_provider", return_value="openai")
|
||||
@patch(
|
||||
"services.effective_config.get_effective_llm_provider", return_value="openai"
|
||||
)
|
||||
def test_effective_api_key_uses_resolved_provider_and_tenant(
|
||||
self,
|
||||
mock_provider,
|
||||
|
||||
@@ -4,7 +4,6 @@ import unittest
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
|
||||
|
||||
ROOT = Path(__file__).resolve().parents[1]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user