This commit is contained in:
Brian Ball 2018-03-27 05:48:21 +00:00 committed by GitHub
commit 450189df76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class UserModelCase(unittest.TestCase):
u = User(username='john', email='john@example.com')
self.assertEqual(u.avatar(128), ('https://www.gravatar.com/avatar/'
'd4c74594d841139328695756648b6bd6'
'?d=identicon&s=128'))
'?id=identicon&s=128'))
def test_follow(self):
u1 = User(username='john', email='john@example.com')