Skip to content

Commit 818534e

Browse files
committed
Use example format keys in asymmetric_credentials_spec
1 parent f31e72c commit 818534e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gems/aws-sigv4/spec/asymmetric_credentials_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module Sigv4
4242
# ensure that encoding of private keys with MSB set result in valid EC objects
4343
context 'private key with most significant bit set' do
4444

45-
let(:access_key_id) { 'ASIAZRFOHJT45NGNWXS3' }
46-
let(:secret_access_key) { 'WOuDKprKr+rt3Dl7+RCiNpZGzi3Jw/DdVifyifuC' }
45+
let(:access_key_id) { 'ASIAJOP4OINN7EXAMPLE' }
46+
let(:secret_access_key) { 'bJalbXutNFeni/k7MDEnG/byxRfiCYEXAMPLEKEY' }
4747
let(:test_value) { 'test_value' }
4848

4949
it 'derives a valid EC PKey' do

0 commit comments

Comments
 (0)