Skip to content

Commit c4dc868

Browse files
committed
Fix linting (PEP8) E501 line too long
1 parent 4453bdb commit c4dc868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def test_list_messages_before_message_with_id(
286286

287287

288288
@pytest.mark.xfail(
289-
reason="This test is failing because the API is not returning the expected results"
289+
reason="API Error: The API is not returning the expected results"
290290
)
291291
def test_list_messages_mentioning_me(
292292
api, group_room, group_room_markdown_message

0 commit comments

Comments
 (0)