Skip to content

Commit 350f9d1

Browse files
committed
Fix integration-tests
1 parent 58a9270 commit 350f9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-test/integration/chat/anthropic_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
:origin "native"
252252
:id "tool-1"
253253
:name "eca_directory_tree"
254-
:argumentsText (str "{\"path\":\"" (h/project-path->canon-path "resources") "\"}")
254+
:argumentsText (str "h\":\"" (h/project-path->canon-path "resources") "\"}")
255255
:manualApproval false
256256
:summary "Listing file tree"})
257257
(match-content chat-id req-id "system" {:type "usage"

integration-test/integration/chat/openai_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
:origin "native"
252252
:id "tool-1"
253253
:name "eca_directory_tree"
254-
:argumentsText (str "{\"path\":\"" (h/project-path->canon-path "resources") "\"}")
254+
:argumentsText (str "h\":\"" (h/project-path->canon-path "resources") "\"}")
255255
:manualApproval false
256256
:summary "Listing file tree"})
257257
(match-content chat-id req-id "system" {:type "usage"

0 commit comments

Comments
 (0)