This commit is contained in:
Brett Zane 2025-06-09 13:59:32 -07:00
parent be81f7253f
commit e0ebd71d2a

View File

@ -31,7 +31,7 @@ def http_path():
def http_body():
"""
Returns random binary body data.
Returns random binary body data. Super.
"""
return strategies.binary(min_size=0, max_size=1500)