Skip to content

Commit 4a45d58

Browse files
committed
pytest changes
1 parent 3c81edc commit 4a45d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/slack_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_latest_message(self):
2525
def get_complete_latest_message(self):
2626
results = self.client.conversations_history(channel=self.channel_id)
2727
messages = results["messages"]
28-
return messages
28+
return messages[0]
2929

3030
@staticmethod
3131
def _create_or_join_channel(client: WebClient, channel_name: str) -> str:

0 commit comments

Comments
 (0)