Skip to content

Commit

Permalink
Update tests/sentry/utils/test_registry.py
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Callender <[email protected]>
  • Loading branch information
cathteng and saponifi3d authored Dec 14, 2024
1 parent 5b695c1 commit 9e54f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sentry/utils/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def registered_func():
pass

assert test_registry.get("something") == registered_func
assert test_registry.get("something 2") == registered_func

with pytest.raises(NoRegistrationExistsError):
test_registry.get("something else")
Expand Down

0 comments on commit 9e54f56

Please sign in to comment.