Skip to content

Commit

Permalink
add test case for no in_app frame attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge authored Aug 13, 2024
1 parent 62ddd14 commit e2357e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/sentry/ownership/test_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,13 @@ def test_convert_codeowners_syntax_excludes_invalid():
],
True,
),
(
[
{"filename": "foo/test.py"},
{"abs_path": "/usr/local/src/foo/test.py"},
],
True,
),
(
[
{"filename": "foo/test.py", "in_app": False},
Expand Down

0 comments on commit e2357e2

Please sign in to comment.