File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const pipeline = promisify(stream.pipeline)
3131const unzip = promisify ( crossZip . unzip )
3232
3333const testYamlFolder = join ( __dirname , '..' , 'yaml-rest-tests' )
34- const zipFile = join ( __dirname , '..' , 'serverless -clients-tests.zip' )
34+ const zipFile = join ( __dirname , '..' , 'elasticsearch -clients-tests.zip' )
3535
3636const specFolder = join ( __dirname , '..' , 'rest-api-spec' )
3737
@@ -55,7 +55,7 @@ async function downloadArtifacts (localTests) {
5555 process . exit ( 1 )
5656 }
5757
58- let response = await fetch ( 'https://api.github.com/repos/elastic/serverless -clients-tests/zipball/main' , {
58+ let response = await fetch ( 'https://api.github.com/repos/elastic/elasticsearch -clients-tests/zipball/main' , {
5959 headers : {
6060 Authorization : `Bearer ${ GITHUB_TOKEN } ` ,
6161 Accept : "application/vnd.github+json" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const skips = {
5656 // body sent as Buffer, unsure if related
5757 'script/10_basic.yml' : [ '*' ] ,
5858 // TODO: expects {"outlier_detection.auc_roc.value":0.99995}, gets {"outlier_detection.auc_roc.value":0.5}
59- // remove if/when https://github.com/elastic/serverless -clients-tests/issues/37 is resolved
59+ // remove if/when https://github.com/elastic/elasticsearch -clients-tests/issues/37 is resolved
6060 'machine_learning/data_frame_evaluate.yml' : [ '*' ] ,
6161}
6262
You can’t perform that action at this time.
0 commit comments