Skip to content

Commit ffec2b1

Browse files
authored
chore: Move location of tests repo (#44)
Update location of tests repo
1 parent fac77de commit ffec2b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/download-artifacts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const pipeline = promisify(stream.pipeline)
3131
const unzip = promisify(crossZip.unzip)
3232

3333
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')
3535

3636
const 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",

test/integration/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)