diff --git a/backend/tests/uxbox/tests/helpers.clj b/backend/tests/uxbox/tests/helpers.clj index 4234aa0e9b..ef617ac3e8 100644 --- a/backend/tests/uxbox/tests/helpers.clj +++ b/backend/tests/uxbox/tests/helpers.clj @@ -8,6 +8,7 @@ [mount.core :as mount] [environ.core :refer [env]] [uxbox.common.pages :as cp] + [uxbox.services.init] [uxbox.services.mutations.profile :as profile] [uxbox.services.mutations.projects :as projects] [uxbox.services.mutations.teams :as teams]