🔄 test: reuse shared schema URL constant - #11535
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🔒 mcpg Read-Only Stress — default AWFSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No writes leaked. No created issues, comments, reactions, branches, files, or PRs.
|
🔒 mcpg Read-Only Stress — gVisorSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No write succeeded. No data was created, modified, or starred.
|
🔒 mcpg Read-Only Stress — docker-sbxSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No writes leaked in this run. The INCONCLUSIVE status reflects structural test gaps (absent write tools, unauthenticated CLI), not enforcement failures. References: §32326945370
|
Schema URL Update
No schema URL version bump was needed because the codebase is already pinned to
v0.86.2, which matches the latest stablegh-awrelease.Files Changed
internal/config/validation_schema_test.go— replaced the hardcoded schema URL assertion withSchemaURLso the test stays aligned with the shared constantWhy
The nightly updater found the schema pin already current. This small follow-up removes duplicate version text in the test so future schema pin updates only need to touch the shared constant.
Release Notes
See the gh-aw release notes for the current schema version.