-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove test subtype from most alerts #1485
Conversation
👋 @ellakz |
@@ -152,22 +152,28 @@ def data(self) -> Dict: | |||
|
|||
@property | |||
def concise_name(self) -> str: | |||
if self.is_elementary_test: | |||
if self.test_sub_type_display_name.lower() not in ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
concise_name
is used on the group_by method both in Slack and Teams.
Make sure that this change is not breaking anything 🙏🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I want to remove this unnecessary thing in the group alerts too
f023f10
to
b64e7e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.