Skip to content

Commit

Permalink
clean existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ATBull81 committed Jan 31, 2025
1 parent b788d3c commit 5265a3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/aca_entities/atp/operations/aces/generate_xml_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5265a3e

Please sign in to comment.