Skip to content

Commit

Permalink
🧹 Fix specs for removal of tenant oauth settings
Browse files Browse the repository at this point in the history
Removed via #910
  • Loading branch information
LaRita Robinson committed Dec 12, 2023
1 parent 7065314 commit 8dabf5f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions spec/models/concerns/account_settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
file_size_limit
geonames_username
google_analytics_id
google_oauth_app_name
google_oauth_app_version
google_oauth_client_email
google_oauth_private_key_path
google_oauth_private_key_secret
google_oauth_private_key_value
gtm_id
oai_admin_email
oai_prefix
Expand All @@ -36,7 +30,7 @@
smtp_settings
solr_collection_options
ssl_configured]
expect(account.public_settings(is_superadmin: true).size).to eq 29
expect(account.public_settings(is_superadmin: true).size).to eq 23
end
# rubocop:enable RSpec/ExampleLength
end
Expand All @@ -56,18 +50,12 @@
email_subject_prefix
geonames_username
google_analytics_id
google_oauth_app_name
google_oauth_app_version
google_oauth_client_email
google_oauth_private_key_path
google_oauth_private_key_secret
google_oauth_private_key_value
gtm_id
oai_admin_email
smtp_settings
solr_collection_options
ssl_configured]
expect(account.public_settings(is_superadmin: false).size).to eq 22
expect(account.public_settings(is_superadmin: false).size).to eq 16
end
# rubocop:enable RSpec/ExampleLength
end
Expand Down

0 comments on commit 8dabf5f

Please sign in to comment.