Fix other tests
parent
5fc3477fd3
commit
b4b7c80181
|
|
@ -40,7 +40,7 @@ class ProfileStoreTestCase(unittest.TestCase):
|
|||
)
|
||||
|
||||
yield self.store.set_profile_displayname(
|
||||
self.u_frank.localpart, "Frank"
|
||||
self.u_frank.localpart, "Frank", 1
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
|
|
@ -55,7 +55,7 @@ class ProfileStoreTestCase(unittest.TestCase):
|
|||
)
|
||||
|
||||
yield self.store.set_profile_avatar_url(
|
||||
self.u_frank.localpart, "http://my.site/here"
|
||||
self.u_frank.localpart, "http://my.site/here", 1
|
||||
)
|
||||
|
||||
self.assertEquals(
|
||||
|
|
|
|||
Loading…
Reference in New Issue