Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Jun 29, 2023
1 parent 54b879b commit f8b5eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Unreleased Changes
------------------

* Issue - Ensure SSO Credential `expiration` is a `Time` (#2874)
* Issue - Ensure `SSOCredentials` `#expiration` is a `Time` (#2874)

3.176.0 (2023-06-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/spec/aws/sso_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Aws
access_key_id: 'akid',
secret_access_key: 'secret',
session_token: 'session',
expiration: expiration.to_i
expiration: expiration.to_i * 1000
}
}
end
Expand Down

0 comments on commit f8b5eea

Please sign in to comment.