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 1bf111c commit d2beba4Copy full SHA for d2beba4
tests/integrations/flask/test_flask.py
@@ -344,7 +344,9 @@ def index():
344
345
346
def test_flask_medium_formdata_request(sentry_init, capture_events, app):
347
- sentry_init(integrations=[flask_sentry.FlaskIntegration()])
+ sentry_init(
348
+ integrations=[flask_sentry.FlaskIntegration()], max_request_body_size="always"
349
+ )
350
351
data = {"foo": "a" * (DEFAULT_MAX_VALUE_LENGTH + 10)}
352
0 commit comments