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 Sep 6, 2022
1 parent 3e14942 commit eeaeb9c
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 @@ -18,4 +18,4 @@ def test_no_max_request(self):
request_model = RequestModelFactory(mock_request).construct_request_model()
self.assertFalse(request_model.body)
self.assertEqual(b"Raw body not available for multipart_form data, Silk is not showing file uploads.", request_model.raw_body)
mock_request.body.assert_not_called()
mock_request.body.assert_not_called()

0 comments on commit eeaeb9c

Please sign in to comment.