Skip to content
Snippets Groups Projects
Commit e18fa58e authored by Cam Saul's avatar Cam Saul
Browse files

fix typo

parent 8adff6ca
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@
;; Check that a non-superuser CANNOT update someone else's user details
(expect "You don't have permissions to do that."
((user->client :rasta) :put 403 (str "user/" (user->id :trashbird)) {email "toucan@metabase.com"}))
((user->client :rasta) :put 403 (str "user/" (user->id :trashbird)) {:email "toucan@metabase.com"}))
;; ## PUT /api/user/:id/password
......
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