Skip to content

Commit

Permalink
fix in progress spec
Browse files Browse the repository at this point in the history
  • Loading branch information
RachalCassity committed Dec 20, 2024
1 parent 0e0232b commit f15c259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/requests/v0/in_progress_forms_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
end

describe '#show' do
before do
Flipper.disable(:remove_pciu_2)

Check failure on line 135 in spec/requests/v0/in_progress_forms_controller_spec.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Naming/VariableNumber: Use normalcase for symbol numbers.
end

let(:user) { build(:user, :loa3, address: build(:mpi_profile_address)) }
let!(:in_progress_form) { create(:in_progress_form, :with_nested_metadata, user_uuid: user.uuid) }

Expand Down

0 comments on commit f15c259

Please sign in to comment.