about summary refs log tree commit homepage
path: root/test/http_put.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_put.rb')
-rw-r--r--test/http_put.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/http_put.rb b/test/http_put.rb
index 537182c..5f1fea1 100644
--- a/test/http_put.rb
+++ b/test/http_put.rb
@@ -82,7 +82,6 @@ class TestHTTPPut < Test::Unit::TestCase
           "abcde"
     @client.write(req)
     expect = "HTTP/1.1 201 Created\r\n" \
-      "Status: 201 Created\r\n" \
       "Date: #{EPOCH}\r\n" \
       "Content-Length: 0\r\n" \
       "Content-Type: text/plain\r\n" \
@@ -103,7 +102,6 @@ class TestHTTPPut < Test::Unit::TestCase
     end.join
     @client.write(req)
     expect = "HTTP/1.1 201 Created\r\n" \
-      "Status: 201 Created\r\n" \
       "Date: #{EPOCH}\r\n" \
       "Content-Length: 0\r\n" \
       "Content-Type: text/plain\r\n" \