itests: fix XEP-0424 test

broken due to the new XEP version
This commit is contained in:
mathieui 2024-12-29 01:08:05 +01:00
parent 2ab9b5a05c
commit 5dfc622539
No known key found for this signature in database
GPG Key ID: C59F84CEEFD616E3

View File

@ -23,7 +23,6 @@ class TestRetract(SlixIntegration):
fallback_text='Twas a mistake',
)
msg = await self.clients[1].wait_until('message_retract')
self.assertEqual(msg['apply_to']['id'], 'toto')
self.assertTrue(msg['apply_to']['retract'])
self.assertEqual(msg['retract']['id'], 'toto')
suite = unittest.TestLoader().loadTestsFromTestCase(TestRetract)