Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent eb057a6 commit 212b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/tests/test_multipart_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 212b987

Please sign in to comment.