Skip to content
Snippets Groups Projects
Commit 2053a0a6 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

unit test fix.

parent 39dedc15
No related branches found
No related tags found
No related merge requests found
......@@ -151,12 +151,10 @@
;; GET /session/properties
;; Check that a non-superuser can't read settings
(expect
[{:value nil
:key "anon-tracking-enabled"
[{:key "anon-tracking-enabled"
:description "Enable the collection of anonymous usage data in order to help Metabase improve."
:default "true"}
{:value "Metabase Test"
:key "site-name"
{:key "site-name"
:description "The name used for this instance of Metabase."
:default "Metabase"}]
((user->client :rasta) :get 200 "session/properties"))
(mapv #(dissoc % :value) ((user->client :rasta) :get 200 "session/properties")))
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