summaryrefslogtreecommitdiff
path: root/itests/test_bob.py
diff options
context:
space:
mode:
Diffstat (limited to 'itests/test_bob.py')
-rw-r--r--itests/test_bob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/itests/test_bob.py b/itests/test_bob.py
index d0827df0..5c95bc89 100644
--- a/itests/test_bob.py
+++ b/itests/test_bob.py
@@ -20,7 +20,7 @@ class TestBOB(SlixIntegration):
async def test_bob(self):
"""Check we can send and receive a BOB."""
- cid = self.clients[0]['xep_0231'].set_bob(
+ cid = await self.clients[0]['xep_0231'].set_bob(
self.data,
'image/jpeg',
)