Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [http-spec] path is incorrect for url template cases under routes #5430

Open
4 tasks done
MaryGao opened this issue Dec 23, 2024 · 0 comments
Open
4 tasks done
Labels
bug Something isn't working needs-area

Comments

@MaryGao
Copy link
Member

MaryGao commented Dec 23, 2024

Describe the bug

See paths in spec https://github.com/microsoft/typespec/blob/main/packages/http-specs/specs/routes/mockapi.ts#L81-L134, some are incorrect.

For example in case Scenarios.Routes_PathParameters_MatrixExpansion_Explode_record it should be /routes/path/matrix/explode/record;a=1;b=2 but got /routes/matrix/standard/record;a=1;b=2.

Reproduction

NA

Checklist

@MaryGao MaryGao added the bug Something isn't working label Dec 23, 2024
@MaryGao MaryGao changed the title [Bug]: [http-spec] path is incorrect for url template test cases under routes [Bug]: [http-spec] path is incorrect for url template cases under routes Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-area
Projects
None yet
Development

No branches or pull requests

1 participant