Background
Changes introduced after review-protocol 0.19.0 renamed AgentInfo.app_name to agent_name and made unary_request private, requiring updates to the Roxy test code.
Proposed Changes
- Update the
review-protocol dependency to rev = "b0eae25"
- Replace
app_name with agent_name in two tests
- Update one Linux-only test to avoid relying on the private
unary_request API
Background
Changes introduced after
review-protocol0.19.0 renamedAgentInfo.app_nametoagent_nameand madeunary_requestprivate, requiring updates to the Roxy test code.Proposed Changes
review-protocoldependency torev = "b0eae25"app_namewithagent_namein two testsunary_requestAPI