mirror of https://github.com/status-im/pluto.git
fixed tests
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
8aec6fc9cc
commit
5936dd9e9b
|
@ -26,7 +26,7 @@
|
|||
hook-root (root-id hook-key)
|
||||
ctx-with-hook-id (assoc-in ctx [:env :hook-id] hook-id)
|
||||
{:keys [properties] :as hook} (get-in ctx [:capacities :hooks hook-root])
|
||||
{:keys [data errors]} (types/resolve ctx-with-hook-id properties data)]
|
||||
{:keys [data errors]} (types/resolve ctx-with-hook-id ext properties data)]
|
||||
(errors/merge-errors
|
||||
(-> acc
|
||||
(assoc-in [:data :hooks hook-root hook-id :parsed] data)
|
||||
|
|
Loading…
Reference in New Issue