Guest User

Untitled

a guest
Oct 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Expected(200) <=> Actual(400 Bad Request)
  2. request => {:headers=>{"Content-Length"=>29225, "x-amz-meta-extra"=>"BAh7CDoJbmFtZUkiDGNhdC5qcGcGOgZFVDoQbW9kZWxfY2xhc3NJIgpHcm91cAY7BkY6FW1vZGVsX2F0dGFjaG1lbnQ6CWxvZ28", "x-amz-acl"=>"public-read", "Date"=>"Tue, 28 Jun 2011 23:07:53 +0000", "Authorization"=>"AWS AKIAJSPGVCK3N6PFLRZQ:wJteczuzRrpHR0HZ9M5D5OGrB78=", "Host"=>"acclogostaging.s3-ap-southeast-1.amazonaws.com:443"}, :host=>"acclogostaging.s3-ap-southeast-1.amazonaws.com", :mock=>nil, :path=>"/2011%2F06%2F29%2F09%2F07%2F53%2F276%2Fcat.jpg", :port=>"443", :query=>nil, :scheme=>"https", :body=>#<File:/var/folders/+-/+-khuWmVGMejYVYuONbSyE+++TI/-Tmp-/RackMultipart20110629-1190-1ocg36a>, :expects=>200, :idempotent=>true, :method=>"PUT"}
  3. response => #<Excon::Response:0x00000103a4a688 @body="<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>RequestTimeout</Code><Message>Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed.</Message><RequestId>9B2B9360A6E006B5</RequestId><HostId>O8o8jM8Ao6Zr/IV87f9xVmetCmJmoAzq9k61D+gy4hbtLbhwu+IK9NZRP8k3q1/2</HostId></Error>", @headers={"x-amz-request-id"=>"9B2B9360A6E006B5", "x-amz-id-2"=>"O8o8jM8Ao6Zr/IV87f9xVmetCmJmoAzq9k61D+gy4hbtLbhwu+IK9NZRP8k3q1/2", "Content-Type"=>"application/xml", "Transfer-Encoding"=>"chunked", "Date"=>"Tue, 28 Jun 2011 23:08:17 GMT", "nnCoection"=>"close", "Server"=>"AmazonS3"}, @status=400> (Excon::Errors::BadRequest)
  4. ./app/controllers/admin/groups_controller.rb:19:in `update'
  5. (eval):2:in `click_button'
  6. ./features/step_definitions/web_steps.rb:53:in `/^(?:|I )press "([^"]*)"$/'
  7. features/group.feature:34:in `And I press "Update Group"'
Add Comment
Please, Sign In to add comment