Skip to content

Commit

Permalink
use (c/ticket) in pipe_test.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
saidone75 committed May 26, 2024
1 parent b530ccc commit 4ee9723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/weller/pipe_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

(defn- get-node-name-with-cral
[resource]
(get-in (nodes/get-node (:ticket @c/config) (:id resource)) [:body :entry :name]))
(get-in (nodes/get-node (c/ticket) (:id resource)) [:body :entry :name]))

(deftest make-pipe-test
(let [result (promise)
Expand Down

0 comments on commit 4ee9723

Please sign in to comment.