From 5a2ba515b88bb62e7d073b565a141ab6f018fec2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 19 Aug 2020 13:03:13 +0200 Subject: [PATCH] :bug: Fix bug in fixtures (intoduced in renaming). --- backend/src/app/cli/fixtures.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/cli/fixtures.clj b/backend/src/app/cli/fixtures.clj index bc3b21f69b..2b2d0bf023 100644 --- a/backend/src/app/cli/fixtures.clj +++ b/backend/src/app/cli/fixtures.clj @@ -86,7 +86,7 @@ :fullname (str "Profile " index) :password "123123" :demo? true - :email (str "profile" index ".test@app.io")}))) + :email (str "profile" index ".test@uxbox.io")}))) create-profiles (fn [conn]