Files
netbird/e2e
mlsmaycon 6b98f20c4b [misc] Teach the discovery e2e the Bedrock listing envelope
The live run proved the routing change: Bedrock answered
GET /inference-profiles with 200 and real inference profiles from the
control plane. The test then failed anyway, because its own id extractor
only knew {"data":[{"id":…}]} and reported the response as 'not a
listing' — the one shape the proxy had just been taught to filter.

Read both envelopes here, for the same reason the filter reads both: the
two have to stay in step, or this test contradicts the code it covers.
2026-08-20 00:38:15 +00:00
..