We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a350568 commit 5b72e7cCopy full SHA for 5b72e7c
aws-sdk-core/features/s3/step_definitions.rb
@@ -258,7 +258,7 @@ def create_bucket(options = {})
258
end
259
260
When(/^the response should have a (\d+) status code$/) do |code|
261
- expect(@resp.code).to eq(code)
+ expect(@resp.code.to_i).to eq(code)
262
263
264
Then(/^the object "([^"]*)" should have a "([^"]*)" storage class$/) do |key, sc|
0 commit comments