Replace placeholder comment that I forgot to replace

This commit is contained in:
Greg Karékinian 2018-05-09 19:08:32 +02:00
parent df65190df8
commit be33b0e195
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ describe "S3 provider" do
stub_request(:delete, "#{container_url_for("phil")}/food/aguacate").
to_return(status: 200, headers: { etag: '"0815etag"' })
# PUT requests authorized updates the metadata object in redis when it changes
# Write new content to check the metadata in Redis
stub_request(:put, "#{container_url_for("phil")}/food/banano").
with(body: "si").
to_return(status: 200, headers: { etag: '"0815etag"' })

View File

@ -23,7 +23,7 @@ describe "Swift provider" do
stub_request(:delete, "#{container_url_for("phil")}/food/aguacate").
to_return(status: 200, headers: { etag: "0815etag" })
# PUT requests authorized updates the metadata object in redis when it changes
# Write new content to check the metadata in Redis
stub_request(:put, "#{container_url_for("phil")}/food/banano").
with(body: "si").
to_return(status: 200, headers: { etag: "0815etag", last_modified: "Fri, 04 Mar 2016 12:20:18 GMT" })