We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc58403 commit dc56a02Copy full SHA for dc56a02
tests/integrations/starlette/test_starlette.py
@@ -873,9 +873,7 @@ def test_middleware_args(sentry_init):
873
traces_sample_rate=1.0,
874
integrations=[StarletteIntegration()],
875
)
876
- _ = starlette_app_factory(
877
- middleware=[Middleware(SampleMiddlewareWithArgs, "bla")]
878
- )
+ _ = starlette_app_factory(middleware=[Middleware(SampleMiddlewareWithArgs, "bla")])
879
880
# Only creating the App with an Middleware with args
881
# should not raise an error
0 commit comments