chore(deployments): cover OpenAPI operation tag ingestion with integration test#2930
Conversation
…ation test https://linear.app/speakeasy/issue/AGE-2347/openapi-source-tag-ingestion The parser → DB pipeline for OpenAPI operation tags was already wired end-to-end but had no test asserting that tags actually persist. Adds an integration test using a new minimal fixture that exercises multi, single, and zero operation-level tags, plus the root-level document tags case to confirm those do not bleed onto untagged operations.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🚀 Preview Environment (PR #2930)Preview URL: https://pr-2930.dev.getgram.ai
Gram Preview Bot |
https://linear.app/speakeasy/issue/AGE-2347/openapi-source-tag-ingestion
Summary
The parser → DB pipeline for OpenAPI operation tags was already wired end-to-end but had no test asserting that tags actually persist. Adds an integration test using a new minimal fixture that exercises multi, single, and zero operation-level tags, plus the root-level document tags case to confirm those do not bleed onto untagged operations.