Fix broken profile API test
This commit is contained in:
@@ -73,7 +73,7 @@ def profile_info(username):
|
||||
"year_of_birth": profile.year_of_birth,
|
||||
"goals": profile.goals,
|
||||
"city": profile.city,
|
||||
"country": profile.country,
|
||||
"country": unicode(profile.country),
|
||||
}
|
||||
|
||||
return profile_dict
|
||||
|
||||
Reference in New Issue
Block a user