From 3cd0d9636f9c5b86174434382f56cbec57e81e61 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 10 Nov 2020 12:40:50 +0100 Subject: [PATCH] :tada: Rename fixture usernames. --- 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 ee71ad267b..f654cf767e 100644 --- a/backend/src/app/cli/fixtures.clj +++ b/backend/src/app/cli/fixtures.clj @@ -83,7 +83,7 @@ :fullname (str "Profile " index) :password "123123" :demo? true - :email (str "profile" index ".test@uxbox.io")}) + :email (str "profile" index ".test@penpot.io")}) team-id (:default-team-id prof) owner-id id] (let [project-ids (collect (partial create-project conn team-id owner-id)