From 5265a3e9fbc383eafe1e76e9f335b4276a24386c Mon Sep 17 00:00:00 2001 From: Alec Turnbull Date: Fri, 31 Jan 2025 10:44:10 -0600 Subject: [PATCH] clean existing tests --- spec/aca_entities/atp/operations/aces/generate_xml_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/aca_entities/atp/operations/aces/generate_xml_spec.rb b/spec/aca_entities/atp/operations/aces/generate_xml_spec.rb index dab3cd409..a15799ee2 100644 --- a/spec/aca_entities/atp/operations/aces/generate_xml_spec.rb +++ b/spec/aca_entities/atp/operations/aces/generate_xml_spec.rb @@ -686,7 +686,6 @@ result = described_class.new.call(payload_hash.to_json) doc = Nokogiri::XML.parse(result.value!) verification_metadata = doc.xpath("//hix-core:VerificationMetadata", namespaces)[0] - expect(verification_metadata.xpath("//hix-core:DHS-SAVEVerificationCode", namespaces)[0].text).to eq "1" expect(verification_metadata.xpath("//hix-core:DHS-SAVEVerificationCode", namespaces)[1].text).to eq "1" end @@ -745,7 +744,6 @@ doc = Nokogiri::XML.parse(result.value!) verification_metadata = doc.xpath("//hix-core:VerificationMetadata", namespaces)[0] expect(verification_metadata.xpath("//hix-core:LawfulPresenceVerificationCode", namespaces)[0].text).to eq "Y" - expect(verification_metadata.xpath("//hix-core:LawfulPresenceVerificationCode", namespaces)[1].text).to eq "P" end it "should populate QualifiedNonCitizenVerificationCode in dhs save verification supplement if present" do