Update API tests (#3894)

* fix(test): remove done callback in tests

* fix(test): expect correct status code

* fix(test): remove logging of var
This commit is contained in:
Gabe Kangas
2024-08-21 14:44:09 -07:00
committed by GitHub
parent 545b9983f7
commit 04b1b30b7d
15 changed files with 224 additions and 328 deletions

View File

@@ -5,7 +5,7 @@ set -e
source ../tools.sh
# Install the node test framework
npm install --silent >/dev/null
npm install --quiet --no-progress
install_ffmpeg