Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdarcet committed Oct 19, 2024
1 parent d2b80a3 commit d4ee93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_sentry_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def from_request(cls, request):

return cls()


class CaptureTransport(sentry_sdk.Transport):
def __init__(self):
super().__init__()
Expand All @@ -43,6 +44,7 @@ def capture_envelope(self, envelope):
if event is not None:
self.events.append(event)


@pytest.fixture
def sentry_events(request):
params = ClientParams.from_request(request)
Expand Down

0 comments on commit d4ee93f

Please sign in to comment.