atlassian-labs / atlassian-slack-integration-server

Slack plugins for Jira, Confluence and Bitbucket Server
Apache License 2.0
31 stars 25 forks source link

Fixed failing bitbucket integration tests #372

Closed djansons-atlassian closed 4 months ago

djansons-atlassian commented 4 months ago

Fixed UserLinkFuncTest#confirmThenRemoveConfirmationFromRegularAccount by removing the SlackLinkUninstallPermissionResourceFilter. Previously, this filter was implementing ResourceFilter, but it didn't have any annotations on any resources to apply it, meaning it was never run. I can't see any resources that need to have this filter applied, so deleting it seems like the way to go. The closest thing I can find is the deleteTeam endpoint, but this is already protected by @SlackLinkAdministerPermission.