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

q parameter in followee_list action has no effect #3167

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Conversation

amercader
Copy link
Member

The data_dict for followee_list was validated using default_follow_user_schema, which didn't have validators for q, so the data_dict ended up like:

{'__extras': {'q': u'Environment}, 'id': u'6cdc2a4c-2814-4a29-98f4-98eb73773984'}

Added q to the schema and a couple of tests

The data_dict for followee_list was validated using
default_follow_user_schema, which didn't have validators for q, so the
 data_dict ended up like:

{'__extras': {'q': u'Environment}, 'id': u'6cdc2a4c-2814-4a29-98f4-'}

Added q to the schema and a couple of tests
@wardi wardi merged commit f3e251c into master Jul 19, 2016
@smotornyuk smotornyuk deleted the 3167-followee_list-q branch December 19, 2018 15:19
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.

2 participants