MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / _response_with_did

Function _response_with_did

tests/test_registration_engine.py:167–172  ·  view source on GitHub ↗
(did)

Source from the content-addressed store, hash-verified

165
166
167def _response_with_did(did):
168 return DummyResponse(
169 status_code=200,
170 text="ok",
171 on_return=lambda session: session.cookies.__setitem__("oai-did", did),
172 )
173
174
175def _response_with_login_cookies(workspace_id="ws-1", session_token="session-1"):

Calls 1

DummyResponseClass · 0.70

Tested by

no test coverage detected