Merge pull request #1 from brettzu/test1

Test1
This commit is contained in:
Brett Zane 2025-06-09 14:42:47 -07:00 committed by GitHub
commit 15ee205386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)