@@ -347,7 +347,7 @@ def test_archive_issue_until_escalating_block_kit(self):
347347 assert ":red_circle:" in update_data ["blocks" ][0 ]["text" ]["text" ]
348348
349349 @responses .activate
350- @with_feature ("organizations:slack-improvements " )
350+ @with_feature ("organizations:slack-thread-issue-alert " )
351351 def test_archive_issue_until_escalating_block_kit_improvements (self ):
352352 original_message = self .get_original_message_block_kit (self .group .id )
353353 self .archive_issue_block_kit (original_message , "ignored:archived_until_escalating" )
@@ -648,7 +648,7 @@ def test_assign_issue_block_kit(self):
648648 "integration" : ActivityIntegration .SLACK .value ,
649649 }
650650
651- @with_feature ("organizations:slack-improvements " )
651+ @with_feature ("organizations:slack-thread-issue-alert " )
652652 def test_assign_issue_block_kit_improvements (self ):
653653 user2 = self .create_user (is_superuser = False )
654654 self .create_member (user = user2 , organization = self .organization , teams = [self .team ])
@@ -995,7 +995,7 @@ def test_resolve_issue_block_kit(self):
995995 assert ":red_circle:" in update_data ["blocks" ][0 ]["text" ]["text" ]
996996
997997 @responses .activate
998- @with_feature ("organizations:slack-improvements " )
998+ @with_feature ("organizations:slack-thread-issue-alert " )
999999 def test_resolve_issue_block_kit_improvements (self ):
10001000 original_message = self .get_original_message_block_kit (self .group .id )
10011001 self .resolve_issue_block_kit (original_message , "resolved" )
@@ -1012,7 +1012,7 @@ def test_resolve_issue_block_kit_improvements(self):
10121012 assert ":white_circle:" in update_data ["blocks" ][0 ]["text" ]["text" ]
10131013
10141014 @responses .activate
1015- @with_feature ("organizations:slack-improvements " )
1015+ @with_feature ("organizations:slack-thread-issue-alert " )
10161016 def test_resolve_perf_issue_block_kit_improvements (self ):
10171017 group_fingerprint = f"{ PerformanceNPlusOneGroupType .type_id } -group1"
10181018
0 commit comments