Skip to content

Commit

Permalink
Update PPIU related spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tpharrison committed Apr 24, 2024
1 parent c69bbf1 commit 2ea65de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/mobile/spec/models/user_accessible_services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
let(:non_lighthouse_user) { build(:user, :loa3, icn: nil, participant_id: nil) }
let(:user_services) { Mobile::V0::UserAccessibleServices.new(user) }

before do
Flipper.disable(:profile_ppiu_reject_requests)
end

describe '#authorized' do
describe 'appeals' do
context 'when user does not have appeals access' do
Expand Down

0 comments on commit 2ea65de

Please sign in to comment.