summaryrefslogtreecommitdiff
path: root/itests
diff options
context:
space:
mode:
Diffstat (limited to 'itests')
-rw-r--r--itests/test_retract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/itests/test_retract.py b/itests/test_retract.py
index 55f79fa9..3a554006 100644
--- a/itests/test_retract.py
+++ b/itests/test_retract.py
@@ -22,7 +22,7 @@ class TestRetract(SlixIntegration):
id='toto',
fallback_text='Twas a mistake',
)
- msg = await self.clients[1].wait_until('message')
+ msg = await self.clients[1].wait_until('message_retract')
self.assertEqual(msg['apply_to']['id'], 'toto')
self.assertTrue(msg['apply_to']['retract'])