Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge committed Feb 22, 2024
1 parent 971fe41 commit 5f26f13
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/sentry/replays/unit/test_rage_click_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,6 @@ def test_report_rage_click_issue_a_tag(mock_new_issue_occurrence, default_projec
},
}

# event = {
# "data": {
# "payload": {
# "data": {
# "node": {"tagName": "a"},
# "endReason": "timeout",
# "url": "https://www.sentry.io",
# },
# "message": "div.xyz > a",
# "timestamp": time.time(),
# }
# }
# }


@django_db_all
@patch("sentry.replays.usecases.ingest.issue_creation.new_issue_occurrence")
Expand Down

0 comments on commit 5f26f13

Please sign in to comment.