Skip to content

Commit

Permalink
✅ Spec fix for account_settings_spec
Browse files Browse the repository at this point in the history
Adjusting spec for new options.
  • Loading branch information
Kirk Wang committed Feb 13, 2025
1 parent bbc9324 commit 9e370d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/models/concerns/account_settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
it 'returns all settings except private and disabled settings' do
expect(account.public_settings(is_superadmin: true).keys.sort).to eq %i[allow_downloads
allow_signup
analytics_provider
analytics
analytics_reporting
batch_email_notifications
bulkrax_field_mappings
cache_api
Expand All @@ -25,6 +26,7 @@
file_size_limit
geonames_username
google_analytics_id
google_analytics_property_id
gtm_id
oai_admin_email
oai_prefix
Expand Down

0 comments on commit 9e370d5

Please sign in to comment.