Skip to content
Snippets Groups Projects
Commit e96f14bf authored by Cam Saül's avatar Cam Saül
Browse files

Test fix :yum:

parent 1d766031
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,7 @@
;; test that a user that doesn't exist with the *same* domain as the auto-create accounts domain means a new user gets created
(expect
(with-temporary-setting-values [google-auth-auto-create-accounts-domain "sf-toucannery.com"]
(with-temporary-setting-values [google-auth-auto-create-accounts-domain "sf-toucannery.com"
admin-email "rasta@toucans.com"]
(u/prog1 (is-session? (google-auth-fetch-or-create-user! "Rasta" "Toucan" "rasta@sf-toucannery.com"))
(db/cascade-delete! User :email "rasta@sf-toucannery.com")))) ; clean up after ourselves
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