mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Modified Reddit test to check for unicode return
This commit is contained in:
@@ -17,7 +17,7 @@ class RedditAccount(models.Model):
|
||||
>>> mod.username = 'nik_doof'
|
||||
>>> mod.api_update()
|
||||
>>> mod.reddit_id
|
||||
'1axok'
|
||||
u'1axok'
|
||||
"""
|
||||
|
||||
user = models.ForeignKey(User, blank=True, null=True)
|
||||
|
||||
Reference in New Issue
Block a user