From 554fdff6973d8ad1ffadd4e0c55012ce16b74ffc Mon Sep 17 00:00:00 2001 From: ShocOne <62835948+ShocOne@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:58:13 +0100 Subject: [PATCH] chore: re-pin the thousandeyes corpus document to 7.0.100 The vendor replaced the document the lock pinned, so the fetch no longer matched its hash and every test reading it failed. The pin now names what the URL serves. Co-Authored-By: Claude Opus 5 (1M context) --- internal/corpus/testdata/corpus.lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/corpus/testdata/corpus.lock.json b/internal/corpus/testdata/corpus.lock.json index 1a9d5b0..4b5e2f0 100644 --- a/internal/corpus/testdata/corpus.lock.json +++ b/internal/corpus/testdata/corpus.lock.json @@ -14,12 +14,12 @@ }, "thousandeyes": { "mirrorUrl": "", - "operationCount": 323, - "pathCount": 205, - "pinnedAt": "2026-08-07T15:28:52.593600Z", - "sha256": "664dffebf5db224e5414f1444e083d39bd4a201813e6c187b07d9b527f030b67", + "operationCount": 326, + "pathCount": 207, + "pinnedAt": "2026-08-14T14:57:52.057286Z", + "sha256": "68e45bf31813e6115b060bf14a720ee017dc00103e963cc552813958d1d8b82d", "upstreamUrl": "https://pubhub.devnetcloud.com/media/000-v7-apis/docs/reference/unified-oas/api.yaml", - "version": "7.0.99" + "version": "7.0.100" } } }