We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7111890 commit 8869755Copy full SHA for 8869755
1 file changed
test/eca/features/chat_test.clj
@@ -3,6 +3,7 @@
3
[babashka.fs :as fs]
4
[clojure.string :as string]
5
[clojure.test :refer [deftest is testing]]
6
+ [eca.config :as config]
7
[eca.features.chat :as f.chat]
8
[eca.features.chat.lifecycle :as lifecycle]
9
[eca.features.prompt :as f.prompt]
@@ -21,7 +22,8 @@
21
22
llm-api/sync-prompt! (constantly nil)
23
f.tools/call-tool! (:call-tool-mock mocks)
24
f.tools/all-tools (:all-tools-mock mocks)
- f.tools/approval (constantly :allow)]
25
+ f.tools/approval (constantly :allow)
26
+ config/await-plugins-resolved! (constantly true)]
27
(h/config! {:env "test"})
28
(swap! (h/db*) update :models
29
(fn [models]
0 commit comments