Skip to content

Commit 266ca08

Browse files
committed
oops fix failing test
1 parent acbcfb2 commit 266ca08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sentry/api/helpers/group_index/update.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,13 +416,12 @@ def handle_resolve_in_release(
416416
res_type = GroupResolution.Type.in_future_release
417417
res_type_str = "in_future_release"
418418
res_status = GroupResolution.Status.pending
419+
activity_data = {"version": ""}
420+
# Set activity_data["future_release_version"] in process_group_resolution
419421

420422
# Pass placeholder release to process_group_resolution
421423
release = release_placeholder
422424

423-
# Leave activity_data["version"] as ""
424-
# and set activity_data["future_release_version"] in process_group_resolution
425-
426425
elif status_details.get("inRelease"):
427426
# TODO(jess): We could update validation to check if release
428427
# applies to multiple projects, but I think we agreed to punt

0 commit comments

Comments
 (0)