File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -622,6 +622,15 @@ async def test_coverage(self):
622622 elif method_name == "mpim_replies" :
623623 self .api_methods_to_call .remove (method (channel = "D123" , thread_ts = "123.123" )["method" ])
624624 await async_method (channel = "D123" , thread_ts = "123.123" )
625+ elif method_name == "admin_conversations_restrictAccess_addGroup" :
626+ self .api_methods_to_call .remove (method (channel_id = "D123" , group_id = "G123" )["method" ])
627+ await async_method (channel_id = "D123" , group_id = "G123" )
628+ elif method_name == "admin_conversations_restrictAccess_listGroups" :
629+ self .api_methods_to_call .remove (method (channel_id = "D123" , group_id = "G123" )["method" ])
630+ await async_method (channel_id = "D123" , group_id = "G123" )
631+ elif method_name == "admin_conversations_restrictAccess_removeGroup" :
632+ self .api_methods_to_call .remove (method (channel_id = "D123" , group_id = "G123" , team_id = "T13" )["method" ])
633+ await async_method (channel_id = "D123" , group_id = "G123" , team_id = "T123" )
625634 else :
626635 self .api_methods_to_call .remove (method (* {})["method" ])
627636 await async_method (* {})
You can’t perform that action at this time.
0 commit comments