mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-06 19:32:58 +08:00
MacNodeRuntime's browser proxy gate read OPENCLAW_CONFIG_PATH-resolved config at invoke time, so parallel tests mutating process env (raw setenv outside TestIsolationLock in LogLocatorTests/WideAreaGatewayDiscoveryTests) could make the gate read the real host config. Inject the gate state in tests, cover the config flag parsing in OpenClawConfigFileTests, and route remaining raw setenv test users through TestIsolation.withEnvValues.