Sergii Dymchenko
2023-05-19 22:43:48 +00:00
committed by PyTorch MergeBot
parent c8fd1cfad1
commit b07e97c084
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,7 @@ def mock_get_comments() -> List[GitHubComment]:
),
# Case 2 - a label err comment
GitHubComment(
body_text=" #" + LABEL_ERR_MSG_TITLE,
body_text=" #" + LABEL_ERR_MSG_TITLE.replace("`", ""),
created_at="",
author_login=BOT_AUTHORS[1],
author_association="",