diff --git a/Gemfile.lock b/Gemfile.lock index 2a48f87a350..de63a301d3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -578,7 +578,7 @@ GEM actionpack (>= 5.0) railties (>= 5.0) retries (0.0.5) - rexml (3.3.2) + rexml (3.3.4) strscan rotp (6.3.0) rouge (4.2.0) diff --git a/spec/services/proofing/aamva/verification_client_spec.rb b/spec/services/proofing/aamva/verification_client_spec.rb index dc0f0b9d3c5..611aa3721a0 100644 --- a/spec/services/proofing/aamva/verification_client_spec.rb +++ b/spec/services/proofing/aamva/verification_client_spec.rb @@ -148,7 +148,7 @@ it 'throws a SOAP exception' do expect { response }.to raise_error( Proofing::Aamva::VerificationError, - /No close tag for \/br/, + /Malformed XML/, ) end end