Skip to content

Commit d2beba4

Browse files
committed
fix flask
1 parent 1bf111c commit d2beba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integrations/flask/test_flask.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,9 @@ def index():
344344

345345

346346
def test_flask_medium_formdata_request(sentry_init, capture_events, app):
347-
sentry_init(integrations=[flask_sentry.FlaskIntegration()])
347+
sentry_init(
348+
integrations=[flask_sentry.FlaskIntegration()], max_request_body_size="always"
349+
)
348350

349351
data = {"foo": "a" * (DEFAULT_MAX_VALUE_LENGTH + 10)}
350352

0 commit comments

Comments
 (0)