Skip to content

Commit 56967db

Browse files
blueyedRyan P Kilby
authored andcommitted
Fix upload parser test (#6044)
1 parent 0e10d32 commit 56967db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_parse(self):
6262
self.stream.seek(0)
6363
data_and_files = parser.parse(self.stream, None, self.parser_context)
6464
file_obj = data_and_files.files['file']
65-
assert file_obj._size == 14
65+
assert file_obj.size == 14
6666

6767
def test_parse_missing_filename(self):
6868
"""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy