diff options
| author | Steve Pulec <spulec@gmail.com> | 2013-05-03 16:11:01 -0400 |
|---|---|---|
| committer | Steve Pulec <spulec@gmail.com> | 2013-05-03 16:11:01 -0400 |
| commit | e521bb6194a1c6907f24dbf5ca9360b74e8589b0 (patch) | |
| tree | f691d540b43c807999229952cb68ebf8a745207e /tests/functional | |
| parent | dd9e2b256cd3d12862c1f269883c2f488542d6a4 (diff) | |
| download | httpretty-e521bb6194a1c6907f24dbf5ca9360b74e8589b0.tar.gz | |
no need for global anymore
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/test_requests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/test_requests.py b/tests/functional/test_requests.py index c41919b..256fd1c 100644 --- a/tests/functional/test_requests.py +++ b/tests/functional/test_requests.py @@ -539,7 +539,6 @@ def test_httpretty_should_allow_multiple_methods_for_the_same_uri(): data_received = [] def my_callback(request, url, headers): - global data_received if request.body.strip(): data_received.append(request.body.strip()) return 200, headers, "Received" |
