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

fix: get params from reqeust object #15

Merged
merged 2 commits into from
May 3, 2019
Merged

Conversation

sshah-asymmetrik
Copy link
Contributor

The actual parameters are stored under '.params' not '.parameters'. Fixing that.

@Robert-W
Copy link
Contributor

Does this code change not effect any unit tests? If not, can we add a test case to make sure it is parsing all the parameter options correctly?

@sshah-asymmetrik
Copy link
Contributor Author

Does this code change not effect any unit tests? If not, can we add a test case to make sure it is parsing all the parameter options correctly?

Didn't affect any existing unit tests, but shows that we weren't actually testing the merging of request parameters. Added a new test in the latest commit to test that this works properly.

@Robert-W Robert-W merged commit 0f71c51 into master May 3, 2019
@Robert-W Robert-W deleted the feat/searchable-history branch May 3, 2019 14:33
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.

None yet

2 participants