Skip to content

Commit

Permalink
test: Fix handler component test
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 22, 2024
1 parent 9a8cf3b commit 6c597dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elin/component/handler_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
(t/deftest new-handler-test
(with-redefs [e.c.interceptor/valid-interceptor? (constantly true)]
(let [{:as sys :keys [handler lazy-host]} (-> (e.system/new-system test-config)
(dissoc :server)
(dissoc :server :http-server)
(component/start-system))
call-test-handler' (partial call-test-handler handler)
host (h/test-host {:handler (constantly true)})]
Expand Down

0 comments on commit 6c597dc

Please sign in to comment.