Skip to content

Commit 8034a26

Browse files
committed
test6
1 parent 0b9da03 commit 8034a26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

testcases/apicalls-testcase/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ uv run uipath pack
1212
echo "Input from input.json file"
1313
uv run uipath run src/main.py '{"message": "abc" }'
1414

15-
source /app/testcases/common/common.sh
15+
source ../common/common.sh
1616
validate_output

testcases/basic-testcase/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ uv run uipath pack
1111
echo "Run agent with input from cli"
1212
uv run uipath run src/main.py '{"message": "abc", "repeat": 2, "prefix": "xyz"}'
1313

14-
source /app/testcases/common/common.sh
14+
source ../common/common.sh
1515
validate_output
1616

testcases/langchain-cross/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ uv run uipath pack
1111
echo "Run agent with input from cli"
1212
uv run uipath run agent '{"topic": "Weather and Technology"}'
1313

14-
source /app/testcases/common/common.sh
14+
source ../common/common.sh
1515
validate_output
1616

0 commit comments

Comments
 (0)