MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / _read_request

Function _read_request

python/tests/test_transport.py:90–94  ·  view source on GitHub ↗
(proc: FakeProc)

Source from the content-addressed store, hash-verified

88 process,
89 pb.Envelope(
90 id=request.id,
91 kind=pb.Envelope.KIND_ERROR,
92 error=pb.ErrorInfo(
93 code=pb.ERROR_CODE_UNAUTHENTICATED, message="missing token"
94 ),
95 ),
96 )
97 with pytest.raises(AuthError, match="missing token"):

Callers 1

coreFunction · 0.70

Calls 1

_read_delimitedFunction · 0.90

Tested by

no test coverage detected