Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APPEALS 24127 - Fix test it "returns true when bgs address is found" #18977

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions spec/models/certification_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
end

let(:vacols_case) do
create(:case_with_ssoc)
create(:case_with_ssoc, :representative_american_legion)
end

let(:certification) do
Expand Down Expand Up @@ -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"
Expand Down