We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15975b commit eb71bddCopy full SHA for eb71bdd
integration_tests/webhook/test_async_webhook.py
@@ -93,6 +93,7 @@ async def test_with_unfurls_on(self):
93
time.sleep(2)
94
history = await client.conversations_history(channel=self.channel_id, limit=1)
95
self.assertIsNotNone(history)
96
+ # FIXME: when repeatedly running this test, the following assertion can fail
97
self.assertTrue("attachments" in history["messages"][0])
98
99
@async_test
0 commit comments