Skip to content

Commit 8a42697

Browse files
committed
Merge pull request #6 from owyongsk/patch-1
Server is responding differently, updating the spec
2 parents a66bc55 + 5af4528 commit 8a42697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/upyun_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
it "set not correct 'expiration' should return 403 with expired" do
338338
res = @form.upload(@file, {'expiration' => 102400})
339339
expect(res[:code]).to eq(403)
340-
expect(res[:message]).to match(/Authorize has expired/)
340+
expect(res[:message]).to match(/authorization has expired/)
341341
end
342342

343343
it "set 'return-url' should return a hash" do

0 commit comments

Comments
 (0)