Bug: incorrect parsing of path parameters with nested routers #1765
Labels
bug
Something isn't working
good first issue
Good for newcomers
NATS
Issues related to `faststream.nats` module and NATS broker features
Describe the bug
When using nested routers with path parameters, the values are parsed incorrectly. Specifically, when passing a valid enum value in the subject, only the last character of the path parameter is taken.
How to reproduce
Expected behavior
The my_enum path parameter should be correctly parsed, matching the full enum value (e.g., “third”).
Observed behavior
The text was updated successfully, but these errors were encountered: