Skip to content

Commit dc56a02

Browse files
committed
linting
1 parent cc58403 commit dc56a02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integrations/starlette/test_starlette.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,7 @@ def test_middleware_args(sentry_init):
873873
traces_sample_rate=1.0,
874874
integrations=[StarletteIntegration()],
875875
)
876-
_ = starlette_app_factory(
877-
middleware=[Middleware(SampleMiddlewareWithArgs, "bla")]
878-
)
876+
_ = starlette_app_factory(middleware=[Middleware(SampleMiddlewareWithArgs, "bla")])
879877

880878
# Only creating the App with an Middleware with args
881879
# should not raise an error

0 commit comments

Comments
 (0)