Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthew committed Oct 25, 2024
1 parent a965fda commit 803e47d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/jobs/virtual_hearings/create_conference_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,10 @@
repkey: appeal.vacols_id
)
end
let(:hearing) { create(:legacy_hearing, appeal: appeal) }
let(:hearing) do
RequestStore[:current_user] = current_user
create(:legacy_hearing, appeal: appeal)
end

context "when representative is different in VACOLS and VBMS" do
it "uses the representative in VBMS" do
Expand Down

0 comments on commit 803e47d

Please sign in to comment.