chore: apply the auto formatted file

This commit is contained in:
rookiestar28
2026-03-27 17:10:07 +08:00
parent 7eaf62ef29
commit f462f464e5
+3 -1
View File
@@ -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):