sentry icon indicating copy to clipboard operation
sentry copied to clipboard

fix(tests): Fix `test_get_api_names` so that it doesn't need to be updated when adding new events

Open wedamija opened this issue 1 year ago • 1 comments

Whenever we register a new event we have to add it to the test here, which seems redundant. Mocking the internal data structures so we can just register our own events and not have to update the test

wedamija avatar Aug 08 '24 00:08 wedamija

@mbauer404 I think this is fine to do, let me know if this will cause any problems

wedamija avatar Aug 08 '24 00:08 wedamija