1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Return body out of test so we have proper value to match against expected returns

This commit is contained in:
Chris Roberts 2013-10-28 12:51:08 -07:00
parent 9628ee7a4d
commit 7ad25c34ba

View file

@ -283,7 +283,7 @@ Shindo.tests('Fog::Storage[:aws] | bucket requests', ["aws"]) do
tests("#get_bucket_tagging('#{@aws_bucket_name}')").
returns('BucketTagging' => {'Key1' => 'Value1', 'Key2' => 'Value2'}) do
Fog::Storage[:aws].get_bucket_tagging(@aws_bucket_name)
Fog::Storage[:aws].get_bucket_tagging(@aws_bucket_name).body
end
tests("#delete_bucket_tagging('#{@aws_bucket_name}')").succeeds do