Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Sep 21, 2024
1 parent 5665b05 commit 8b20e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sentry/toolbar/views/test_iframe_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def test_allowed_schemes(self):
assert res.status_code == 403

def test_calls_url_matches(self):
"""
The `url_matches` helper fx has more in-depth unit test coverage.
"""
mock_url_matches = Mock(return_value=False)
allowed_origins = ["sentry.io", "abc.com"]
referrer = "https://example.com"
Expand Down

0 comments on commit 8b20e90

Please sign in to comment.