Skip to content

Commit

Permalink
Use example format keys in asymmetric_credentials_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Oct 21, 2024
1 parent f31e72c commit 818534e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gems/aws-sigv4/spec/asymmetric_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ module Sigv4
# ensure that encoding of private keys with MSB set result in valid EC objects
context 'private key with most significant bit set' do

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

it 'derives a valid EC PKey' do
Expand Down

0 comments on commit 818534e

Please sign in to comment.