mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
chore: apply the auto formatted file
This commit is contained in:
@@ -114,7 +114,9 @@ class TestR145OptionalDependencyParity(unittest.TestCase):
|
||||
|
||||
def test_surface_guard_stays_importable_in_local_mode(self):
|
||||
surface_guard = _import_without_aiohttp("services.surface_guard")
|
||||
with patch.dict(os.environ, {"OPENCLAW_DEPLOYMENT_PROFILE": "local"}, clear=False):
|
||||
with patch.dict(
|
||||
os.environ, {"OPENCLAW_DEPLOYMENT_PROFILE": "local"}, clear=False
|
||||
):
|
||||
self.assertIsNone(surface_guard.check_surface("nonexistent-surface"))
|
||||
|
||||
def test_remote_admin_fixture_exists(self):
|
||||
|
||||
Reference in New Issue
Block a user