diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-14 11:45:03 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-26 00:08:56 +0100 |
commit | 0b6326e1cce9e85430fa8015f35a9c19d5d59aaf (patch) | |
tree | 6d0630d5363c106325fdf9291af2aa35ee3fef4b /itests | |
parent | d51c4e307d79cad2eaf42ce52c4f17454475f44d (diff) | |
download | slixmpp-0b6326e1cce9e85430fa8015f35a9c19d5d59aaf.tar.gz slixmpp-0b6326e1cce9e85430fa8015f35a9c19d5d59aaf.tar.bz2 slixmpp-0b6326e1cce9e85430fa8015f35a9c19d5d59aaf.tar.xz slixmpp-0b6326e1cce9e85430fa8015f35a9c19d5d59aaf.zip |
XEP-0012: API changes.
Diffstat (limited to 'itests')
-rw-r--r-- | itests/test_last_activity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/itests/test_last_activity.py b/itests/test_last_activity.py index 3d36b4b8..ed3173e2 100644 --- a/itests/test_last_activity.py +++ b/itests/test_last_activity.py @@ -18,7 +18,7 @@ class TestLastActivity(SlixIntegration): async def test_activity(self): """Check we can set and get last activity""" - self.clients[0]['xep_0012'].set_last_activity( + await self.clients[0]['xep_0012'].set_last_activity( status='coucou', seconds=4242, ) |