Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RachalCassity committed Dec 20, 2024
1 parent 56e5f0e commit 790ed6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/form_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def initialize_contact_information
end

# When remove_pciu_2 is enabled, DO NOT fill missing VAProfile data with PCIU data.
unless Flipper.enabled?(:remove_pciu_2, user)
unless Flipper.enabled?('remove_pciu_2', user)
opt[:address] ||= user_address_hash

# The following pciu lines need to removed when tearing down the EVSS PCIU service.
Expand Down
2 changes: 1 addition & 1 deletion spec/models/form_profile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
described_class.instance_variable_set(:@mappings, nil)
Flipper.disable(:va_v3_contact_information_service)
Flipper.disable(:remove_pciu)
Flipper.disable(:remove_pciu_2)
Flipper.disable('remove_pciu_2')
Flipper.disable(:disability_526_toxic_exposure)
Flipper.disable(ApiProviderFactory::FEATURE_TOGGLE_PPIU_DIRECT_DEPOSIT)
end
Expand Down

0 comments on commit 790ed6f

Please sign in to comment.