diff options
| author | mo khan <mo.khan@gmail.com> | 2021-01-30 21:37:05 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2021-01-30 21:37:05 -0700 |
| commit | 9d46474008bcf7945a8c4a479852ccfd3d6fa811 (patch) | |
| tree | cfeeb0065e0bc25897f117d78af80f8ced148742 /spec/xml/kit/soap_spec.rb | |
| parent | 2bdb4a1b341160c52a39cc0d339f6f6b4514ad08 (diff) | |
style: fix linter errorsv0.5.0
Diffstat (limited to 'spec/xml/kit/soap_spec.rb')
| -rw-r--r-- | spec/xml/kit/soap_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/xml/kit/soap_spec.rb b/spec/xml/kit/soap_spec.rb index ebc2d01..a38e90f 100644 --- a/spec/xml/kit/soap_spec.rb +++ b/spec/xml/kit/soap_spec.rb @@ -9,6 +9,7 @@ RSpec.describe Soap do specify { expect(result['Envelope']).to be_present } specify { expect(result['Envelope']['Header']).to be_present } + specify do cipher_value = result['Envelope']['Header']['Security']['EncryptedKey']['CipherData']['CipherValue'] symmetric_key = key_pair.private_key.private_decrypt(Base64.decode64(cipher_value)) |
