From d061f44e7474c4d20a3cf83aa366c93726d54bbe Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 29 Jun 2011 14:14:51 -0700 Subject: [PATCH] fix a botched cleanup --- test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_s3.py b/test_s3.py index e417d4f..e143ef4 100644 --- a/test_s3.py +++ b/test_s3.py @@ -998,5 +998,5 @@ def test_100_continue(): bucket.set_acl('public-read-write') - status = _simple_http_req(s3.main.host, s3.main.port, 'PUT', resource) + status = _simple_http_req_100_cont(s3.main.host, s3.main.port, 'PUT', resource) eq(status, '100')