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.
2 parents a66bc55 + 5af4528 commit 8a42697Copy full SHA for 8a42697
spec/upyun_spec.rb
@@ -337,7 +337,7 @@
337
it "set not correct 'expiration' should return 403 with expired" do
338
res = @form.upload(@file, {'expiration' => 102400})
339
expect(res[:code]).to eq(403)
340
- expect(res[:message]).to match(/Authorize has expired/)
+ expect(res[:message]).to match(/authorization has expired/)
341
end
342
343
it "set 'return-url' should return a hash" do
0 commit comments