You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: