📎 Fix affected backend tests.

This commit is contained in:
Andrey Antukh 2021-09-30 11:38:33 +02:00 committed by Alonso Torres
parent bee1db135f
commit 3e3faf6576
2 changed files with 2 additions and 17 deletions

View file

@ -136,7 +136,7 @@
(t/is (nil? (:error out))))
;; query files after profile soft deletion
(let [params {::th/type :files
(let [params {::th/type :project-files
:project-id (:default-project-id prof)
:profile-id (:id prof)}
out (th/query! params)]