Skip to content

Commit

Permalink
Updated list of strings user info response should contain.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed Sep 27, 2014
1 parent 83e8660 commit 8322065
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/functional_tests/expected_values/facebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
conf.user_timezone,

# User info JSON keys
'id', 'name', 'first_name', 'last_name', 'link', 'hometown',
'location', 'bio', 'quotes', 'work', 'employer', 'position',
'description', 'start_date', 'sports', 'with', 'favorite_teams',
'favorite_athletes', 'inspirational_people', 'education', 'school',
'year', 'type', 'classes', 'gender', 'email', 'timezone', 'locale',
'languages', 'verified', 'updated_time', 'username'
'id', 'bio', 'education', 'school', 'name', 'type', 'with', 'year',
'email', 'favorite_athletes', 'favorite_teams', 'first_name', 'gender',
'hometown', 'inspirational_people', 'languages', 'last_name', 'link',
'location', 'locale', 'sports', 'quotes', 'timezone', 'updated_time',
'username', 'verified', 'work', 'description', 'employer', 'position',
'start_date'
],
# Case insensitive
'content_should_not_contain': conf.no_phone + conf.no_birth_date,
Expand Down

0 comments on commit 8322065

Please sign in to comment.