Skip to content
Snippets Groups Projects
Unverified Commit 15c12742 authored by Chris Truter's avatar Chris Truter Committed by GitHub
Browse files

Remove obsolete test for exported settings (#37956)

parent 528b9c59
No related branches found
No related tags found
No related merge requests found
......@@ -856,61 +856,3 @@
(get-in viz [:column_settings
(format "[\"ref\",[\"field\",%s,null]]" %people.name)
:pivot_table.column_sort_order])))))))))))))
(deftest exported-settings-test
;; this is the only relevant settings namespace that hadn't been imported already
(require 'metabase-enterprise.advanced-config.models.pulse-channel)
;; TODO: delete this, it's here as a temporary measure during migration {} to reassure us that we haven't made a mistake
(let [expected-exports
'#{application-colors
application-favicon-url
application-font
application-font-files
application-logo-url
application-name
available-fonts
available-locales
available-timezones
breakout-bins-num
custom-formatting
custom-geojson
custom-geojson-enabled
enable-embedding
enable-nested-queries
enable-sandboxes?
enable-whitelabeling?
enable-xrays
hide-embed-branding?
humanization-strategy
landing-page
loading-message
aggregated-query-row-limit
unaggregated-query-row-limit
native-query-autocomplete-match-style
persisted-models-enabled
report-timezone
report-timezone-long
report-timezone-short
search-typeahead-enabled
show-homepage-data
show-homepage-pin-message
show-homepage-xrays
show-lighthouse-illustration
show-metabot
show-static-embed-terms
site-locale
site-name
source-address-header
start-of-week
subscription-allowed-domains
uploads-enabled
uploads-database-id
uploads-schema-name}]
(testing "We have not had a regression around which settings are exported"
(is (= expected-exports
(->> @setting/registered-settings
(remove (comp #{:internal} :visibility val))
keys
(filter #'setting/export?)
(map symbol)
set))))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment