Skip to content
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

fix(scim): Repair DELETE SCIM Team endpoint #79276

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

leeandher
Copy link
Member

Fixes a bug introduced in #78722 where the SCIM team details endpoint inherited the DELETE method and assumed it'd work for SCIM teams in tests.

Added a failing test to catch a regression and allows the inherited method to skip the SCIM check.

@leeandher leeandher requested a review from a team as a code owner October 17, 2024 14:49
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 17, 2024
src/sentry/api/endpoints/team_details.py Outdated Show resolved Hide resolved
@leeandher leeandher merged commit 0fe1a6a into master Oct 17, 2024
50 checks passed
@leeandher leeandher deleted the leander/fix-scim-team-delete branch October 17, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants