diff --git a/tests/test_assertion.py b/tests/test_assertion.py index dd76c5b..47f9adc 100644 --- a/tests/test_assertion.py +++ b/tests/test_assertion.py @@ -9,7 +9,7 @@ def wsgi_application(environ, start_response): form = parse_qs( fp.read(int(environ.get('CONTENT_LENGTH'))).decode(), keep_blank_values=True, - strict_parsing=True + strict_parsing=False ) try: diff --git a/tests/test_call.py b/tests/test_call.py index 5bcff6a..167f3a4 100644 --- a/tests/test_call.py +++ b/tests/test_call.py @@ -11,7 +11,7 @@ def wsgi_application(environ, start_response): form = parse_qs( fp.read(int(environ.get('CONTENT_LENGTH', 0))).decode(), keep_blank_values=True, - strict_parsing=True + strict_parsing=False ) start_response(