Skip to content

fix: bug preventing apiPath generation when apiId includes letter v#7279

Draft
pearigee wants to merge 1 commit intomainfrom
pearigee-fix-bootstrap-template-vars
Draft

fix: bug preventing apiPath generation when apiId includes letter v#7279
pearigee wants to merge 1 commit intomainfrom
pearigee-fix-bootstrap-template-vars

Conversation

@pearigee
Copy link
Contributor

I corrected the regex in getApiPath and updated the tests so that this failure would be caught in the future.

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #7278 🦕

@pearigee pearigee marked this pull request as draft February 20, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When bootstrapping a new library, the apiPath isn't generated correctly if the apiID includes the letter v.

1 participant