Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed May 31, 2016
1 parent dc3551b commit 237aa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-core/spec/aws/cloud_front/url_signer_spec.rb
Expand Up @@ -11,7 +11,7 @@ module CloudFront
}
}
let(:signer) { Aws::CloudFront::UrlSigner.new(options) }
let(:expires) { Integer(1357034400) } # January 1, 2013 10:00 am UTC (Unix timestamp)
let(:expires) { 1357034400 } # January 1, 2013 10:00 am UTC (Unix timestamp)

describe '#initialize' do
it 'requires key pair id' do
Expand Down

0 comments on commit 237aa71

Please sign in to comment.