Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit b50f291

Browse files
authored
Fix IT (#5773)
1 parent 72eb4d1 commit b50f291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/jenkins/test_rest_server_js_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ EOT
4848

4949
cp ${WORKSPACE}/src/rest-server/docs/swagger.yaml .
5050
node tests/common/apiTestCaseGenerator.js -- "swagger.yaml" ".tests/apiTestCase.json"
51-
sudo npm install -g mocha
51+
sudo npm install -g mocha@9.2.2
5252
mocha tests/api_tests/**/*.spec.js -t 1800000
5353

5454
cd ../..

0 commit comments

Comments
 (0)