mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-04 07:20:10 +00:00
security: complete local access protections
This commit is contained in:
@@ -21,6 +21,7 @@ def _isolated_state_dir(tmp_path, monkeypatch):
|
||||
sign-in, which made test session creation emit REAL telemetry to prod (found 2026-07-03
|
||||
as burst noise in the ocw-connect-telemetry-events table)."""
|
||||
monkeypatch.setenv("COWORKER_STATE_DIR", str(tmp_path / "coworker-state"))
|
||||
monkeypatch.delenv("COWORKER_API_TOKEN", raising=False)
|
||||
|
||||
|
||||
@pytest_asyncio.fixture
|
||||
|
||||
Reference in New Issue
Block a user