Skip to content

Commit e7d883c

Browse files
ref(issues): Move group tagkey details endpoint and tests to issues folder (#97322)
## Summary - Move `src/sentry/api/endpoints/group_tagkey_details.py` to `src/sentry/issues/endpoints/` - Move `tests/sentry/api/endpoints/test_group_tagkey_details.py` to `tests/sentry/issues/endpoints/` - Update import references in `src/sentry/api/urls.py` ## Test plan - [x] Verify endpoint file moved successfully - [x] Verify test file moved successfully - [x] Verify import paths updated correctly - [x] Pre-commit hooks pass refs https://linear.app/getsentry/issue/RTC-1110/move-issues-endpoints-into-issues-app" --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 969976d commit e7d883c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/sentry/api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
from sentry.issues.endpoints.browser_reporting_collector import BrowserReportingCollectorEndpoint
232232
from sentry.issues.endpoints.group_reprocessing import GroupReprocessingEndpoint
233233
from sentry.issues.endpoints.group_stats import GroupStatsEndpoint
234+
from sentry.issues.endpoints.group_tagkey_details import GroupTagKeyDetailsEndpoint
234235
from sentry.issues.endpoints.organization_group_search_view_starred_order import (
235236
OrganizationGroupSearchViewStarredOrderEndpoint,
236237
)
@@ -504,7 +505,6 @@
504505
from .endpoints.group_current_release import GroupCurrentReleaseEndpoint
505506
from .endpoints.group_external_issue_details import GroupExternalIssueDetailsEndpoint
506507
from .endpoints.group_first_last_release import GroupFirstLastReleaseEndpoint
507-
from .endpoints.group_tagkey_details import GroupTagKeyDetailsEndpoint
508508
from .endpoints.group_tagkey_values import GroupTagKeyValuesEndpoint
509509
from .endpoints.group_tags import GroupTagsEndpoint
510510
from .endpoints.group_user_reports import GroupUserReportsEndpoint

0 commit comments

Comments
 (0)