diff --git a/spec/models/certification_spec.rb b/spec/models/certification_spec.rb index 08b6942717b..7329f8f16e9 100644 --- a/spec/models/certification_spec.rb +++ b/spec/models/certification_spec.rb @@ -6,7 +6,7 @@ end let(:vacols_case) do - create(:case_with_ssoc) + create(:case_with_ssoc, :representative_american_legion) end let(:certification) do @@ -356,9 +356,7 @@ context "#fetch_power_of_attorney!" do subject { certification } - - it "returns true when bgs address is found", - skip: "VACOLS rep test fails sometimes, will be changed with #5185 so ignoring it for now" do + it "fetches the power of attorney from bgs and vacols" do certification.async_start! expect(subject.bgs_rep_city).to eq "SAN FRANCISCO" expect(subject.bgs_representative_type).to eq "Attorney"