-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Params 'as' option fails within 'given' block #1769
Labels
Comments
Looks legit, try writing a spec for it? |
Added fix to the PR |
Closing via #1771. Thanks @jereynolds! |
Do you know what the expected time until the fix is released is? |
Closed
Nope, but there're a bunch of changes so I'll do a release when I get to it or another maintainer beats me to it, #1773. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The parameter alias
as
option is ignored when a parameter is declared inside agiven
blockWhen a route with this params declaration is triggered,
declared(params)
evaluates to:{ "vertex_label" => "MyLabel", "property" => "MyProperty" }
I expect the
property
parameter to be aliased tovertex_property
in declared params, but this does not happenThe text was updated successfully, but these errors were encountered: