Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Apr 26, 2024
1 parent 8902a70 commit 2865960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sentry/api/endpoints/issues/test_related_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_trace_connected_errors(self) -> None:
# This is the other issue in the trace that it is not itself
"data": [another_proj_event.group_id],
"meta": {
"event_id": error_event.event_id,
"event_id": recommended_event.event_id,
"trace_id": error_event.trace_id,
},
},
Expand Down

0 comments on commit 2865960

Please sign in to comment.