We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a1cb4 commit 0a265f6Copy full SHA for 0a265f6
tests/integration/test_conversations.py
@@ -115,7 +115,7 @@ def test_conversation_parts(self):
115
if not part.part_type == 'assignment':
116
self.assertIsNotNone(part.body)
117
118
- def test_reply(self):
+ def test_a_reply(self):
119
# REPLYING TO CONVERSATIONS
120
conversation = intercom.conversations.find(id=self.admin_conv.id)
121
num_parts = len(conversation.conversation_parts)
0 commit comments