We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c81edc commit 4a45d58Copy full SHA for 4a45d58
1 file changed
tests/utils/slack_utils.py
@@ -25,7 +25,7 @@ def get_latest_message(self):
25
def get_complete_latest_message(self):
26
results = self.client.conversations_history(channel=self.channel_id)
27
messages = results["messages"]
28
- return messages
+ return messages[0]
29
30
@staticmethod
31
def _create_or_join_channel(client: WebClient, channel_name: str) -> str:
0 commit comments