mirror of
https://github.com/penpot/penpot.git
synced 2025-06-27 17:36:59 +02:00
🔥 Replace spec with schema on webhooks rpc methods
This commit is contained in:
parent
f973faa409
commit
368917f7f5
2 changed files with 35 additions and 27 deletions
|
@ -39,6 +39,8 @@
|
|||
(t/is (nil? (:error out)))
|
||||
(t/is (= 1 (:call-count @http-mock)))
|
||||
|
||||
;; (th/print-result! out)
|
||||
|
||||
(let [result (:result out)]
|
||||
(t/is (contains? result :id))
|
||||
(t/is (contains? result :team-id))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue