Skip to content

Commit c93e8a9

Browse files
committed
fix: Merge
1 parent 0872189 commit c93e8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sentry/api/endpoints/test_group_similar_issues_embeddings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ def test_get_stacktrace_string_over_50_contributing_frames(self):
536536
# Create 30 contributing frames, 1-30 -> last 20 should be included
537537
data_frames["app"]["component"]["values"][0]["values"][0]["values"] = self.create_frames(
538538
30, True
539+
)
539540
# Create 20 non-contributing frames, 31-50 -> none should be included
540541
data_frames["app"]["component"]["values"][0]["values"][0]["values"] += self.create_frames(
541542
20, False, 31

0 commit comments

Comments
 (0)