From 212b987162081ac28cd8fcecc7df1a72d8c6b71d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:48:39 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- project/tests/test_multipart_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/tests/test_multipart_forms.py b/project/tests/test_multipart_forms.py index 76a46890..9f217b53 100644 --- a/project/tests/test_multipart_forms.py +++ b/project/tests/test_multipart_forms.py @@ -32,7 +32,7 @@ def test_no_max_request(self): mock_request.body.assert_not_called() def test_multipart_form_request_creation_raises_no_exception(self): - """ + """ Test that a request with multipart form data is created correctly without raising excetions """ request_model = RequestModelFactory(self.mock_request).construct_request_model()