Skip to content

Commit

Permalink
Update account_settings_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed Feb 4, 2025
1 parent abd3c56 commit c5e8b29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/models/concerns/account_settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
expect(account.public_settings(is_superadmin: true).keys.sort).to eq %i[allow_downloads
allow_signup
analytics_provider
batch_email_notifications
bulkrax_field_mappings
cache_api
contact_email
contact_email_to
depositor_email_notifications
doi_reader
doi_writer
email_domain
Expand All @@ -32,8 +30,7 @@
s3_bucket
smtp_settings
solr_collection_options
ssl_configured
user_analytics]
ssl_configured]
end
# rubocop:enable RSpec/ExampleLength
end
Expand Down

0 comments on commit c5e8b29

Please sign in to comment.