Skip to content

Commit 4320109

Browse files
committed
fix test request path
1 parent 6512a6a commit 4320109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual_agent_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
url = "http://localhost:8080/2015-03-31/functions/function/invocations"
1010

1111
# File path for the input text
12-
path = "src/agent/utils/example_inputs/"
12+
path = "tests/example_inputs/"
1313
input_file = path + "example_input_1.json"
1414

1515
# Step 1: Read the input file

0 commit comments

Comments
 (0)