Skip to content

Commit

Permalink
Update integration_test.sh, add --api argument to --list command
Browse files Browse the repository at this point in the history
  • Loading branch information
onnozweers authored Feb 10, 2025
1 parent 7c33afa commit 71b93f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_ada_mv1() {

# List file
test_ada_list_file() {
command="ada/ada --tokenfile ${token_file} --list /${disk_path}/${dirname}/${testdir}/${testfile}"
command="ada/ada --tokenfile ${token_file} --list /${disk_path}/${dirname}/${testdir}/${testfile} --api ${api}"
echo "Running command:"
echo $command
eval $command >${stdoutF} 2>${stderrF}
Expand Down Expand Up @@ -373,4 +373,4 @@ tearDown() {


# Load and run shunit2
. shunit2
. shunit2

0 comments on commit 71b93f3

Please sign in to comment.