test(api): add functional test on copy_folder

This commit is contained in:
Edouard Vanbelle
2026-05-12 00:23:50 +02:00
parent 2f49daa4ee
commit e953236589
4 changed files with 191 additions and 2 deletions
+1
View File
@@ -91,6 +91,7 @@ hurl --variables-file "$API_DIR/test.env" --file-root "$REPO_ROOT/tests" --test
"$API_DIR/favorites.hurl" \
"$API_DIR/trash.hurl" \
"$API_DIR/recent.hurl" \
"$API_DIR/batch_folder_copy.hurl" \
"$API_DIR/contacts.hurl"
log "All tests passed."