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)
31
31
const unzip = promisify ( crossZip . unzip )
32
32
33
33
const testYamlFolder = join ( __dirname , '..' , 'yaml-rest-tests' )
34
- const zipFile = join ( __dirname , '..' , 'serverless -clients-tests.zip' )
34
+ const zipFile = join ( __dirname , '..' , 'elasticsearch -clients-tests.zip' )
35
35
36
36
const specFolder = join ( __dirname , '..' , 'rest-api-spec' )
37
37
@@ -55,7 +55,7 @@ async function downloadArtifacts (localTests) {
55
55
process . exit ( 1 )
56
56
}
57
57
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' , {
59
59
headers : {
60
60
Authorization : `Bearer ${ GITHUB_TOKEN } ` ,
61
61
Accept : "application/vnd.github+json" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const skips = {
56
56
// body sent as Buffer, unsure if related
57
57
'script/10_basic.yml' : [ '*' ] ,
58
58
// 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
60
60
'machine_learning/data_frame_evaluate.yml' : [ '*' ] ,
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments