Skip to content

Commit eb71bdd

Browse files
committed
Add FIXME comment in an integration test
1 parent e15975b commit eb71bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_tests/webhook/test_async_webhook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async def test_with_unfurls_on(self):
9393
time.sleep(2)
9494
history = await client.conversations_history(channel=self.channel_id, limit=1)
9595
self.assertIsNotNone(history)
96+
# FIXME: when repeatedly running this test, the following assertion can fail
9697
self.assertTrue("attachments" in history["messages"][0])
9798

9899
@async_test

0 commit comments

Comments
 (0)