From bf5e786bf1fb822a762222ce0b4a6fc0d889bdc8 Mon Sep 17 00:00:00 2001 From: Brett Zane Date: Mon, 9 Jun 2025 14:54:26 -0700 Subject: [PATCH] test2 --- tests/http_strategies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/http_strategies.py b/tests/http_strategies.py index e020e2f..ff7dcdc 100644 --- a/tests/http_strategies.py +++ b/tests/http_strategies.py @@ -33,6 +33,7 @@ def http_body(): """ Returns random binary body data. Super. """ + alphabet = string.ascii_letters + string.digits + "-._~" return strategies.binary(min_size=0, max_size=1500)